mfontanini / cppkafka

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

terminate called after throwing an instance of 'cppkafka::HandleException' #232

Closed gcocis closed 4 years ago

gcocis commented 4 years ago

Hi,

I see the library crashing sometimes with the message terminate called after throwing an instance of 'cppkafka::HandleException what(): Broker: Group rebalance in progress Did anyone ran into this?

accelerated commented 4 years ago

You have to catch the exception at the place where it's happening.