mfontanini / cppkafka

Modern C++ Apache Kafka client library (wrapper for librdkafka)
BSD 2-Clause "Simplified" License
600 stars 206 forks source link

Added member functions for static consumers #238

Closed accelerated closed 4 years ago

accelerated commented 4 years ago

Added assign and revoke virtual functions for static consumers in PollStrategyBase class. Currently there is no way to assign or remove partitions for statically assigned consumers.

accelerated commented 4 years ago

@mfontanini can you please finalize this when you get a chance? Thanks!

accelerated commented 4 years ago

Hi @mfontanini, any updates on these PRs?

mfontanini commented 4 years ago

Sorry, I haven't been paying much attention to github emails these days, I didn't remember there were things pending.

accelerated commented 4 years ago

@mfontanini Thanks. Please check the other PRs as well.