-
Notifications
You must be signed in to change notification settings - Fork 82
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
EOF on most operations #146
Comments
I've checkd older versions - turns out v3.0.3 and v.3.0.2 are affected for me. No Problems with v3.0.1 |
Same problem here but only with older versions of kafka (2.3.0 <= version < 2.4.0)
There is a workaround though, you can set a kafkaVersion < to 2.3.0 in you config.yml and it will work (the version 0 of the request will be used) |
For exemple :
|
I saw you already filed an issue to sarama (IBM/sarama#2443) 👍 |
Just in case you get here with this EOF message. Using the comments above I was able to even talk to ancient Kafka server: contexts:
some-system:
brokers:
- foo:9092
kafkaversion: 0.11.0.1 |
I guess this one is no longer an issue. The issue in sarama was fixed a while ago |
For some reason kafkactl (sarama?) cant decode packet for consumer-group related commands
kafkactl version:
Kafka version\config is unchanged on server
The text was updated successfully, but these errors were encountered: