Burrow
Burrow copied to clipboard
Issue with Burrow from 1.6.0 to 1.7.0/1.8.0
Hello,
I've encountered an issue when updating the Burrow package from version 1.6.0 to 1.7.0/1.8.0. The configuration remains exactly the same as it was in version 1.6.0, but starting from version 1.7.0, it no longer works as expected. If I rollback to 1.6.0, everything works the same as before.
Errors I'm getting when updating to 1.7.0/1.8.0:
{"level":"debug","ts":1715166414.740178,"msg":"Error while performing SASL Auth IP:PORT","name":"sarama"} {"level":"debug","ts":1715166414.7402897,"msg":"Closed connection to broker IP:PORT","name":"sarama"} {"level":"debug","ts":1715166414.74035,"msg":"Error while sending ApiVersionsRequest to broker IP:PORT: EOF","name":"sarama"} {"level":"debug","ts":1715166414.740367,"msg":"client/metadata got error from broker -1 while fetching metadata:EOF","name":"sarama"}
Or like this
{"level":"error","ts":1715163313.996046,"msg":"failed to start client","type":"module","coordinator":"cluster","class":"kafka","name":"MYCLUSTER","error":"kafka: client has run out of available brokers to talk to: 3 errors occurred:\n\t* EOF\n\t* EOF\n\t* EOF\n"}
Steps to Reproduce:
- Update the Burrow package from version 1.6.0 to 1.7.0/1.8.0.
- Use the same configuration as in version 1.6.0.
Expected Behavior:
The Burrow package should work as expected with the same configuration as in version 1.6.0.
Actual Behavior:
The Burrow package does not work as expected starting from version 1.7.0.
Environment:
- Burrow version: 1.7.0/1.8.0
- Kafka Version: 3.5.2
- Zookeeper version: 3.8.0