librdkafka icon indicating copy to clipboard operation
librdkafka copied to clipboard

The Apache Kafka C/C++ library

Results 477 librdkafka issues
Sort by recently updated
recently updated
newest added

Description =========== Scenario: I have one producer that sets up a persistent connection with kafka brokers. It creates and destroy dinamically rd_kafka_topic_t object tied to a SINGLE rd_kafka_t object that...

We noticed one serious problem during the past few days, -- a single slow-io-broker could block us publishing messages towards all other brokers! Here is a brief example shows how...

enhancement

Description =========== We are using golang kafka sdk ([github.com/confluentinc/confluent-kafka-go](https://github.com/confluentinc/confluent-kafka-go) v1.8.2) we have a service with 2 consumers that suddenly stopped to consume (it was running with 6 consumers on the...

Read the FAQ first: https://github.com/edenhill/librdkafka/wiki/FAQ Description =========== rd_kafka_query_watermark_offsets API will hang forever when the kafka cluster network encounter access restriction(network isolation) How to reproduce ================ **I could reproduce this problem...

bug

Read the FAQ first: https://github.com/edenhill/librdkafka/wiki/FAQ Description =========== sorry, i just want to know why called librdkafka? what is the meaning of 'rd'! thanks

question

`./configure --LDFLAGS="-gdwarf-2 -g3 -O0 -fno-builtin" --CFLAGS="-gdwarf-2 -g3 -O0 -fno-builtin" --CPPFLAGS="-gdwarf-2 -g3 -O0 -fno-builtin"` This will eventually skip the -g3 .. part of CFLAGS and LDFLAGS, but not CPPFLAGS, when appending...

bug

Read the FAQ first: https://github.com/edenhill/librdkafka/wiki/FAQ Description =========== The library must treat it as infinity timeout. The problem: 1. rd_kafka_ProduceRequest converts INT_MAX64 to int and get a negative value 2. than...

bug
wontfix

Hi. Librdkafka does not have and does not install *.la file used by libtool. Because of this automatic switching between static/shared build does not work. I checked latest master version...

enhancement
wontfix

We had a need to build Solaris lib using a fairly old gnu toolchain and addressed a few build issues in that effort. We'd like to share with you the...

wontfix
portability