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 =========== RdKafka::Conf::get(const std::string &propName, std::string &propValue) method returns an empty property value for all topic configuration properties How to reproduce ================ This issue can be reproduced in v0.11.3 :...

bug
wontfix
c++

This may happen when calling purge() or when a transaction fails and purge() is automatically called internally. For the transaction case it is not really a problem since the transaction...

Description =========== The librdkafka configuration properties list has the following description for the "ssl.endpoint.identification.algorithm" property: "Endpoint identification algorithm to validate broker hostname using broker certificate. https - Server (broker) hostname...

Read the FAQ first: https://github.com/edenhill/librdkafka/wiki/FAQ Do NOT create issues for questions, use the discussion forum: https://github.com/edenhill/librdkafka/discussions Description =========== Consumer is reading same message from the same offset every time. How...

Description =========== Invalid Offsets committed for a partition when the partition has been `postponed` while a rebalance is in progress while using the `EAGER` load load balancing strategy. This is...

Description =========== unexcepted reset offsets occasionally How to reproduce ================ it's just occasionally. **IMPORTANT**: Always try to reproduce the issue on the latest released version (see https://github.com/edenhill/librdkafka/releases), if it can't...

Description =========== According to https://docs.confluent.io/platform/current/installation/configuration/consumer-configs.html `auto.offset.reset` is a consumer config, but in librdkafka it is a topic config https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md https://github.com/edenhill/librdkafka/wiki/Manually-setting-the-consumer-start-offset Setting `auto.offset.reset` at the global level is ignored and does...

https://github.com/edenhill/librdkafka/blob/107a5f9ed7040cae56ca2993f4508e86194983b3/tests/tools/stats/graph.py#L49 Currently, the graph.py code checks if the skips arg is empty, if it is then it asserts the cols argument must also be empty. This means the only way...

Read the FAQ first: https://github.com/edenhill/librdkafka/wiki/FAQ Do NOT create issues for questions, use the discussion forum: https://github.com/edenhill/librdkafka/discussions Description =========== The following error occurs when I connect to kafka cluster.can you help...