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

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 =========== result = m_producerConfig->set("metadata.broker.list", m_brokers, error_str); if (result != RdKafka::Conf::CONF_OK) { std::cout

This PR introduces the malware scan for librdkafka. Scan results are stored in s3 for unix / macos builds and in Semaphore artifact storage for Windows builds.

This pull request adds C++ bindings to the existing "resolve_cb" and "connect_cb" callbacks provided in librdkafka. We found use for these to hook the resolver calls for transparent proxy redirection,...

Description =========== Right now this project requires a minimum CMake version of 3.2. Since the new release of CMake (3.27), versions < 3.5 are considered deprecated and will be removed...

Description =========== `lds-gen.py` appends `rd_ut_coverage_check` for linker script unconditionally. However, LLD produces a warning if coverage is disabled. This warning becomes an error since LLVM LLD 17.0.0. ``` ld: error:...

Description =========== Using a client with `rd_kafka_queue_io_event_enable` that is a consumer using `rd_kafka_subscribe`. This works fine until metadata is requested via `rd_kafka_metadata`. If the metadata is requested any time after...

bug

Description =========== Fluent-bit is a C-only lib, but requries still a C++ compiler to get compiled. Librdkafka used to be a C library, but requries C++ to get compiled with...

Description =========== We have `ulimit` `nproc` set for all users, which disallows creation of threads after a certain limit has reached. In such cases, confluent-kafka seems to hang when creating...