-
Notifications
You must be signed in to change notification settings - Fork 177
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
Samara-cluster dependency seems to have an issue #211
Comments
It is related to bsm/sarama-cluster project code. |
bsm/sarama-cluster is deprecated and who knows if this PR with exactly that fix will be merged. which leads to a bigger issue: is anyone updating goka to Shopify/sarama >= v1.19.0? |
in the meantime add this to your go.mod:
|
@db7 is right, we're working on removing sarama-cluster and replacing goka's rebalance-dispatch-loop by Sarama's ConsumerGroup. Therefore we're refactoring most of goka's internals, not only the goka/kafka subpackage. We'll announce the release once it's in a more stable state so goka users can test it from the branch to avoid introducing too many breaking changes. |
fix breaking API change added in #1164 Fixes: - bsm/sarama-cluster#308 - bsm/sarama-cluster#307 - lovoo/goka#211
I asked this question in another issue, but just saw your comment, and want to ask again the same question - if I want to upgrade kafka to 2.2.1, how am I gonna to upgrade goka (sarama under the hood) to be compatible with? |
Well @erichatescoding, it looks like there was a fix for the sarama-cluster/sarama incompatibilities of newest versions on Jan 29th. So without testing I would assume you can now use the newest sarama version again which should enable you to upgrade to Kafka 2.2.1. However, we haven't used Kafka newer than 0.10.2.1 yet so I don't know what might be issues there. Also we're currently moving goka to use sarama's ConsumerGroup to get rid of sarama-cluster. If you mean that by "upgrade goka ... to be compatible with" then we're on it and all you need to do is wait :) |
As far as I know, sarama-cluster works with newest sarama version so I'll close this issue, feel free to reopen if you think we need more discussion around that point here. |
Appreciate that, @frairon. |
I'm getting a samara-cluster issue when I try to get and when I try to run the sample code. Both go and dep are freshly installed, OSX 10.13.6.
The text was updated successfully, but these errors were encountered: