-
### A note for the community
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to …
-
Hi there!
We have noticed that kafka-avro@latest does not work with Node v16.
Looks like it's caused by node-rdkafka dependency, see
See https://github.com/Blizzard/node-rdkafka/pull/892
Tha…
-
%3|1501655805.616|ERROR|rdkafka#producer-1| [thrd:sasl_ssl://kafka-ons-internet.aliyun.com:8080/bootstrap]: sasl_ssl://kafka-ons-internet.aliyun.com:8080/bootstrap: SASL authentication failure: Discon…
-
Hi,
I am fairly new to Kafka and [Polly](https://github.com/App-vNext/Polly). I am seeking advice with respect to how to implement failure resiliency when using the Admin Client with Kakfa Confluen…
-
With optional constructor argument or setter injection in [KafkaTransportFactory](https://github.com/KonstantinCodes/messenger-kafka/blob/master/src/Messenger/KafkaTransportFactory.php) for RdKafka\Co…
-
Description
===========
In my project, I am using `confluent-kafka-python-1.9.2` to consumer and produce messages onto kafka topic. OAuth provider is already set by the other team and token gets exp…
-
Description
===========
Hi @edenhill,
I'm actually facing some issues regarding timeout with `confluent-kafka-go 1.5.2`. See below the logs:
**Error 1**
```
%4|1614175442.389|SESSTMOUT|rd…
-
Here is output:
```
error[E0599]: no method named `wait` found for type `rdkafka::consumer::MessageStream`
|
= note: the method `wait` exists but the following trait bounds were not satisf…
-
Hi,
I’m trying to send different sizes message from my producer – with changing the default configuration of max message bytes – till the 1MB message, all sent, and then got error;
When sending mes…
-
When running this program:
```fsharp
module Worker.Program
open System
open System.Threading
open RdKafka
let utf8ToString =
System.Text.Encoding.UTF8.GetString : byte[] -> string
[]…