librdkafka
librdkafka copied to clipboard
The Apache Kafka C/C++ library
## Description - Version: Latest commit [826f585](https://github.com/confluentinc/librdkafka/commit/826f585564ec33750e9211c7eeb801d3f85a91a0) - Environment: Ubuntu 20.04.6 LTS, Clang 18.1.8 - Fuzzing harness: https://github.com/confluentinc/librdkafka/blob/master/tests/fuzzers/fuzz_regex.c **Please let me know if you encounter any issues reproducing it —...
Add [Dart bindings client](https://github.com/stefanoamorelli/kafka_dart) in the `README.md`.
## Issue There's a discrepancy between the parameter name used in the confluent-kafka-python library and what's documented in the official Confluent documentation: - The Python client requires `fetch.wait.max.ms` (correct parameter)...
This PR adds a new test-case to regex subscriber test (0033) that creates a regex subscription then after creates a topic with a name that matches that regex, and ensures...
- Fixes #3751. - Fixes confluentinc/confluent-kafka-python#1702. - Fixes confluentinc/confluent-kafka-dotnet#2106. Please note, I need some help to update the unit tests. Adding an `rd_kafka_t *` to the rdhttp functions means that...
This is a routine update from cc-service-bot based on the service.yml in your repo. This PR should be approved and merged as soon as CI passes.
Hi @edenhill, I am looking on your explanation in https://github.com/confluentinc/librdkafka/issues/1849 and still have questions: 1. Whether behavior of latest release of librdkafka is the same? 2. You wrote that "partitions...
Our app was using 0.11.6 librdkafka earlier to load data from kafka, recently we have upgraded the version of librdkafka to 2.4.0, after that we can see there is a...
Description =========== We have a problem, specifically in the context of our automated tests, where it takes longer for our tests to create new unique topics and validate they're up...
Hello, I developed consumer using C interface of librdkafka version 2.3.0. It is member of static consumer group (very big group, about of 750 consumers and 1500 partitions). Each consumer...