-
[Azure Event Hubs](https://azure.microsoft.com/en-us/services/event-hubs/) is like a managed Kafka service:
> Allow existing Apache Kafka clients and applications to talk to Event Hubs without any …
-
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 …
-
The most typical problem is to create consumer and then close it. It leads to this backtrace:
```
#0 cppkafka::Consumer::handle_rebalance (this=0x7ffefc002910, error=RD_KAFKA_RESP_ERR__ASSIGN_PARTI…
-
Description
===========
Hello 👋
I am seeking guidance on the best practices to set up producer clients for multiple topics.
My current setup is that when my server boots up I create producer …
-
Read the FAQ first: https://github.com/edenhill/librdkafka/wiki/FAQ
Description
===========
Every time TopicImpl::name() is called, a new std::string is created via copy form C string. That w…
-
librdkafka supports broker based balanced consumer groups (see [FAQ](https://github.com/edenhill/librdkafka/wiki/FAQ)), would be awesome to have this API wrapped in ocaml-kafka lib.
Lupus updated
2 years ago
-
I have a future request for getting changed data capture from kafka streams when having to query real-time data being from other databases in TuGraph.
I consider adding third-party libraries …
-
Description
===========
When using the `group.instance.id` for two consumers and they conflict, the fenced client receives an ambiguous error.
The `.code()` of the error is `KafkaError._FATAL` wh…
-
Description
===========
Currently the python client fails to handle multiple schema registry urls. In order to more closely align the python client with its Java counterpart it should be updated t…
-
Description
===========
We use the Confluent.Kafka nuget which makes use of librdkafka, and we are receiving a security warning about the version of zlib in use:
One or more dependencies were id…