-
Notifications
You must be signed in to change notification settings - Fork 36
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
Connection is poisoned: Cannot read framed message: Cannot read data: early eof #219
Comments
i am seeing this error too... |
mine is failing on this: let (record, high_water_mark) = stream
.next()
.await
.expect("some records")
.expect("no error"); |
I found that I need to use |
i am not even using sasl at all but still getting the error |
Sounds like the broker is cutting the connection, probably due to some protocol error. The best thing to try is to capture the network traffic (e.g. w/ wireshark) and analyze it. My rough guess is that is a bit dated and it doesn't like the newer protocol versions that we use. |
Thank you for the great crate!
I got the following error. Can I fix this error? I would appreciate it if you could share it with me if you have a good idea,
Errors:
rskafka version: 0.5.0
Apache Kafka version: 2.6.2
I use Amazon MSK and have three brokers.
source code:
The text was updated successfully, but these errors were encountered: