-
Notifications
You must be signed in to change notification settings - Fork 810
"Unexpected EOF" on "WriteMessages" on 0.4.16 #684
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
Comments
Hi, do you need additional information? |
Hi, I retest this with version 0.4.17 and the same error is appearing. Any additional information, please let me know. |
Hi, I was able to track a stack trace of the error, hope it helps
|
It's very helpful, thanks @arnulfosuarez ! |
I am also running into this issue! Any help would be appreciated. |
mee too |
@arnulfosuarez hi, did you solved it ? |
I suspect this was fixed by #869 |
@achille-roussel Any update on this issue? |
Describe the bug
I updated the library to 0.4.16, and started getting the error "Unexpected EOF". I downgrade to 0.4.6 and 0.4.8, same problem.
Kafka Version
What version(s) of Kafka are you testing against?
I'm using Kafka 0.11.0.1
To Reproduce
This is my Code:
originally for version 0.3.6, I was using:
To write messages I'm using this code, is the same for the two versions.
Expected behavior
Send messages without error
Additional context
It runs against a server with a RootCA, InsecureSkipVerify = true and SASL active with plain mechanism.
For 0.4.16, I tested the original version with the Dialer and I still got the same error.
Any ideas of what can I do to solve the issue?
The text was updated successfully, but these errors were encountered: