-
Notifications
You must be signed in to change notification settings - Fork 178
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
cannot run multiple consumers in the same group #204
Comments
Hi Yaroslav, I'm afraid reason (1) is more likely and harder to fix. To make sure that's not the issue, maybe try running your code against an older version of Kafka? Hope that helps. |
Hey, Thanks for the quick reply! I repeated my test (with Anyway, thank you. |
@joy4eg, as the issue seems to be fixed for you I'd like to close the issue. Just wanted to let you know that we're working on an improved version of goka to support newer kafka versions. Feel free to try branch |
I have kafka 2.3.0, and want to scale my application horizontally.
For example:
But when I tried to run the second instance I'm getting the following errors (like try to run
examples/1-simplest
twice):Have I missed something ?
Thanks!
The text was updated successfully, but these errors were encountered: