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

Currently library supports setting ciphers only for TLSv1.2 and below. Due to major differences between the way that ciphersuites for TLSv1.2 and below and ciphersuites for TLSv1.3 work, they are...

The Kafka protocol allows for brokers to have multiple host:port pairs for a given node Id, e.g. see UpdateMetadata request which contains a live_brokers list where each broker Id has...

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 =========== I'd like to treat EOF as an error (i.e. set `enable.partition.eof` to...

Added changelog entry and a section in `INTRODUCTION.md`

https://github.com/confluentinc/librdkafka/blob/a5c5641c9efff1d09993098fc8ed1b8935d2b86a/src/rdkafka_conf.c#L3952-L3954 But it should be `reconnect.backoff.ms` instead of `reconnect.max.ms`

https://github.com/BT-OpenSource/crafka

Fixes double free for hdrs variable, more info here: https://github.com/confluentinc/librdkafka/issues/4627 Rare case when try to send message for non-existing topic/server etc.

Failing test is in this PR on top of the tests https://github.com/confluentinc/librdkafka/pull/4700

- Mock handler implementation - Rename current consumer protocol from generic to classic - Mock handler with automatic or manual assignment - More consumer group metadata getters - Test helpers...