-
In SafeKafkaHandle / SafeConfigHandle, we throw Exception in several case when librdkafka return an error (list cannot be created, configuration not valid, etc).
Throwing base exception is discourage…
-
I am developing a watchOS app, that uses data coming from a Kafkastream and I want to use this library for this purpose, but it keeps ignoring my local "librdkafka" library.
**Detailed error descr…
-
Read the FAQ first: https://github.com/edenhill/librdkafka/wiki/FAQ
Do NOT create issues for questions, use the discussion forum: https://github.com/edenhill/librdkafka/discussions
Descripti…
-
When running this program:
```fsharp
module Worker.Program
open System
open System.Threading
open RdKafka
let utf8ToString =
System.Text.Encoding.UTF8.GetString : byte[] -> string
[]…
-
Description
===========
When calling the `Committed` method on a fresh consumer *without* prior call to e.g. `Consume`, then the OAuth token handler is not triggered and the call is made without a t…
-
I have got the error message as titled after running nodered for a while (about a week). I am wondering if we need to poll (in order to receive produce callback) so as to avoid the problem? I googled …
-
### Description
The openssl requirement for librdkafka is
```
if self.options.ssl:
self.requires("openssl/[>=1.1
-
### Initial Checks
- [X] I confirm that I'm using Types-Confluent-Kafka
### Description
`confluent-kafka-python` library has a default value for the `max_schemas_per_subject` parameter in the…
-
Description
===========
Recently, I have met an issue that I want to send a lot of the message to kafka service, the format of the message is json , it looked like:
{
…
-
There are some relevant `librdkafka` docs [here](https://github.com/edenhill/librdkafka/wiki/Using-SASL-with-librdkafka#5-configure-kafka-client-on-client-host).
This should be a relatively simple …