proller
df4eaa0735
Fix build on some libcxx implementations ( #175 )
2019-03-07 10:13:15 -08:00
Pavel Pimenov
5bfc047263
Fix detected by PVS-Studio ( #167 )
...
* Fix PVS-Studio
V591 Non-void function should return a value.
V519 The 'new_item' variable is assigned values twice successively.
2019-02-20 18:30:48 -08:00
Alex Damian
5c72f3fe28
Added pause/resume for producers ( #87 )
...
* Added pause/resume for producers
* Moved pause/resume functions to KafkaHandleBase
2018-06-25 09:16:57 -07:00
Alex Damian
46c396f729
Pause/resume a consumer by topic ( #67 )
...
* Pause a consumer by topic
* Changes per review comments
* convert rvalue to value
* Refactored code to provide a more generic way of getting partition subsets
* Changes per code review and added test cases
* Modified loop to use binary search instead of linear
* Simplify find_matches test cases
2018-05-23 13:03:47 -07:00
Alex Damian
83a963c1db
Added commit for current assignment and message state checks ( #53 )
2018-04-20 23:51:44 +01:00
Matias Fontanini
9594ddced3
Update license
2017-05-06 08:27:47 -07:00
Matias Fontanini
9e79321a1f
Add operator<< for TopicPartition
2016-06-15 07:44:28 -07:00
Matias Fontanini
eed3ac270a
Add license and README file
2016-06-05 18:19:23 -07:00
Matias Fontanini
82393b558e
Add offset commit and delivery report callbacks
2016-05-31 07:26:31 -07:00
Matias Fontanini
5b957de7e4
Replace TopicPartitionList class with a vector of TopicPartition
2016-05-28 09:02:44 -07:00
Matias Fontanini
4475209ce1
Add first producer test
2016-05-22 19:47:23 -07:00
Matias Fontanini
29989ea346
Add consumer rebalance callbacks
2016-05-22 15:11:32 -07:00
Matias Fontanini
83c1d304c6
Add more wrappers for Consumer
2016-05-22 09:49:39 -07:00
Matias Fontanini
12621b11ad
Add some other methods to TopicPartitionList
2016-05-21 20:06:54 -07:00
Matias Fontanini
4f50122393
Add initial consumer code
2016-05-21 19:31:24 -07:00