-
Notifications
You must be signed in to change notification settings - Fork 801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with Burrow from 1.6.0 to 1.7.0/1.8.0/1.9.1 #817
Comments
Is your |
@lukasertl kafka-version is set to 3.5.2 as this is our version of the cluster |
Having the same issue when using SASL/SCRAM for authentication. |
@bai maybe you could take a look at this? thank you! |
Having same issue... had to revert back to 1.6.0 My 1.6.0 config has a fake tls with unverify=true which has worked for years. I thought this was the issue with the EOF so I actually removed that and went back to plaintext instead. This still rendered the same EOF issue on 1.8.0. So I was able to re-enable the TLS back on 1.6.0 but no idea why tls or plaintext both keep getting these EOF issues on latest burrow. |
Haven't found a solution to this problem. |
@bai this issue still exists on 1.9.1 |
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:
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:
The text was updated successfully, but these errors were encountered: