mfontanini / cppkafka

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

Consumer misbehavior with newer librdkafka versions #289

Open testillano opened 2 years ago

testillano commented 2 years ago

Hi, we was using this wrapper library over 1.3.x versions of librdkafka succesfully. Since we migrated to 1.7.0 our consumer do not receive events always or it stucks to not receiving more. Same for v1.8.2. I have read their change log just to know if there is some incompatible issue, but nothing found. We cannot retrieve useful troubleshooting information. Which librdkafka versions have been fully verified here ? BRs

testillano commented 2 years ago

Forget it, it seemed a synchronization problem (we were using libfaketime and manipulating system time from process). Sorry for the inconvenience.