-
Notifications
You must be signed in to change notification settings - Fork 162
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
When a connection timeout occured, fetch/2 couldn't handle the exception #233
Comments
Thanks, @tzzzoz . I've seen this a few times as well. It is definitely a problem, and this extra context helps! |
We always encounter this issue.
We are using Kafka 0.11.0.1 from https://github.com/confluentinc/cp-docker-images While in our setting, we have: config :kafka_ex,
kafka_version: "0.11.0" I noticed it's using |
This is a known problem, see #235 @MiLk you are not doing anything wrong seeing kafka_ex/lib/kafka_ex/server_0_p_9_p_0.ex Line 34 in 93facc0
|
Ah cool, thanks then. |
From the comments on the linked PR, the correct fix isn't also complicated so we'll appreciate if someone can send in a PR to fix this problem. See #235 (comment) specifically |
Stacktrace
A timeout occured while connecting to kafka brokers,
fetch/2
could not handle thenil
response.The text was updated successfully, but these errors were encountered: