librdkafka
librdkafka copied to clipboard
The Apache Kafka C/C++ library
Description =========== The examples have the following lines: ```c /* Typical include path would be , but this program * is builtin from within the librdkafka source tree and thus...
Read the FAQ first: https://github.com/edenhill/librdkafka/wiki/FAQ Description =========== We met some fatal error with idempotence producer after kafka cluster was down, -- the producer would not be able to send any...
clang++-8 ubuntu 20.02 description =========== I introduced librdkafka into my project, and an error occurred when I compiled the project ``` /usr/bin/ld: CMakeFiles/kafka_test.dir/main.cc.o: in function `main': main.cc:(.text+0x2f1): undefined reference to...
update repo by Service Bot
BoringSSL requires the calls to `X509_VERIFY_PARAM_set1_host` to provide explicit string length, see: ```c if (name == NULL || namelen == 0) { // Unlike OpenSSL, we reject trying to set...
Read the FAQ first: https://github.com/confluentinc/librdkafka/wiki/FAQ Do NOT create issues for questions, use the discussion forum: https://github.com/confluentinc/librdkafka/discussions Description =========== ``` Exception: Sanitizer assert found for instance �================== WARNING: ThreadSanitizer: data race...
Description =========== ListOffsets requests done for partitions with no committed offsets can be retried indefinitely if that partition leader epoch has changed, because the buffer is retried without recreating it...
Description =========== We are producing into a topic with 84 partitions over 8 brokers. We are seeing the issue where a recoverable error condition (difficult to reproduce, but an example...
- Heartbeat Error Handling - Partial Acknowledgement Flow - OffsetCommit Request upgrade to v9 - OffsetCommit Response upgrade to v9 - Fixed few segfaults - Fixed metadata call being called...