-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
getting i/o timeout error when using sarama consumer group #1192
Comments
We're experiencing the same problem and cranked up the time outs. It did not resolve the issue. It looks like a connectivity issue, though we are experiencing the same problem on serval deployments which excludes that this is hardware related. We are getting stuck in a loop of rebalances. Sarama v1.19.0 Reverting Sarama v1.17 did not help. |
I experienced perhaps the same problem. One consumer instance using the ConsumerGroup API is fine, but when I tried to start another instance, the other instance got the same error and could not join the group. Sarama v1.19.0 Solved the problem by watching
|
How I create several consumers with the same consume group via the same kafka client to implement point to point consume? |
Versions
Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.
Sarama Version: v1.19.0
Kafka Version: v2.0
Go Version: v1.11
Problem Description
Getting i/o timeout error from broker when using consumer group.
Error is returned from https://github.com/Shopify/sarama/blob/master/broker.go#L592
Note: same kafka cluster is working fine when not using consumer group
The text was updated successfully, but these errors were encountered: