librdkafka
librdkafka copied to clipboard
The Apache Kafka C/C++ library
While plaining around with code generation for the JSON statistics I think I've found some miss-configuration in the JSON schema. Applying the suggested changes I was able to successfully generate...
There is a growing suite of librdkafka APIs that block on network requests: * `rd_kafka_metadata` (and friends) * `rd_kafka_seek` * `rd_kafka_init_transactions`, `rd_kafka_commit_transaction`, et al. Making `rd_kafka_metadata` async is tracked by...
When GSSAPI is selected as the SASL mechanism on Windows librdkafka will attempt to use Kerberos SSPI with the current user. Even if we call librdkafka while impersonated with a...
## Description Hi, `query_watermark_offsets` requires a partition, so to get the watermark offsets for all partitions in a topic (use-case is an admin web UI) I need to call this...
Added SASL reauthentication for the following feature: [KIP-368](https://cwiki.apache.org/confluence/display/KAFKA/KIP-368%3A+Allow+SASL+Connections+to+Periodically+Re-Authenticate)
librdkafka = 1.8.2 macOS = BigSur 11.6 kafka broker = 2.6.1 When I"m trying to create a simple consumer and list topics, I got the error Disconnected while requesting ApiVersion:...
Description =========== The NuGet package for .NET projects doesn't include the ARM runtime for macOS (osx-arm64) and therefore it doesn't work. https://nuget.info/packages/librdkafka.redist/1.7.0 How to reproduce ================ Runtime is missing Checklist...
Description =========== Hi, I need some help investigating weird behavior occurring in one of the older `librdkafka` versions (specifically [`librdkafka:1.5.3`]()). We are using `librdkafka` as part of [`node-rdkafka`]() (a Node.js...
Read the FAQ first: https://github.com/edenhill/librdkafka/wiki/FAQ Description I use the consumer interface,but i forget to set the param 'group.id'.It runs normals for a long time .Now i want to use the...
Fix #3690: Metadata leader query timer backoff never applied