Skip to content
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

[watermill-kafka] "read tcp <ip>:<port>: i/o timeout" when kafka rebalances #376

Open
zaidoon1 opened this issue Aug 10, 2023 · 2 comments

Comments

@zaidoon1
Copy link

This appears to be the same issue as IBM/sarama#1192? And it can be fixed by doing something like IBM/sarama@0151486 ?

@AlexCuse
Copy link
Contributor

AlexCuse commented Sep 3, 2023

This seems like it could help. Using select vs ranging the channel here feels like the right thing to do too. I am not sure I know kafka well enough to reproduce reliably but can make the change and open a PR if tests pass.

@AlexCuse
Copy link
Contributor

AlexCuse commented Sep 3, 2023

Tried making this change and seeing some failures in tests - appear to be related to nil messages coming through the channel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants