-
## Bug Report
If one of brokers crashes / shutdown / ctrl+c, kafka client fails to reconnect. Probably issue happens when:
```
kafka-node:Client refresh metadata error undefined +3ms
```
After…
-
**PyKafka version**: master ( commit - 9ae97cbcad4198b1b1ef58c25e4f51657c135688 )
**Kafka version**: 0.9.0
We have Kafka configured with a 3 node cluster. Also we have a producer producing messages,…
-
As we use the yolean/node-kafka image for pre-built node-rdkafka (and memdown) to reduce number of internal images that need to build these two, we need to bump both the image sha and the kafka-cache …
-
I have two instances of aiokafka producers with `enable_idempotence=True`. Each instance is producing messages using only `send_and_wait` method. Once in a while they start to throw `OutOfOrderSequenc…
-
## Bug Report
It seems that the event emitter is not properly removed even the close() is called. What happened to me was that I had only one Kafka broker running, then I stopped the broker when co…
-
There are 3 Kafka nodes we are running in production currently.
We have applied rolling updates to kafka systems and kafka-broker-3 was made the primary for some topics temporarily (during the reboot…
-
## Bug Report
When a broker host goes down/restarts, the kafka client keeps sending the new requests to the same hosts. As a result, the requests are failing with this error: Request timed out after …
-
Hi Experts,
The Kafdrop is not working with cluster those are running in Kraft mode a.k.a no zookeeper mode. It's showing the broker details, but when I click on topics its hour glasing and not sho…
-
**Describe the bug**
Whenever AIOKafkaConsumer (maybe Producer too) loses connection to Kafka, 17 identical error logs are outputted.
```
Failed fetch messages from 1: NodeNotReadyError: Attempt to…
legau updated
4 months ago
-
##### Versions
*Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.*
| Sarama | Kafka | Go |
|--------|-------|----|
| 1.32.0 | 2.3.0 | 1.1…