We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be great to use this feature: https://cwiki.apache.org/confluence/display/KAFKA/KIP-429%3A+Kafka+Consumer+Incremental+Rebalance+Protocol
I believe it is supported in other clients: https://pkg.go.dev/github.com/Shopify/sarama#StickyBalanceStrategyName https://pkg.go.dev/github.com/twmb/franz-go/pkg/kgo#CooperativeStickyBalancer
But I couldn't find it in this one.
The text was updated successfully, but these errors were encountered:
Any plans?
Sorry, something went wrong.
FWIW, I don't think Sarama supports this. That StickyBalanceStrategyName is an assignor strategy, not a balancing algorithm.
StickyBalanceStrategyName
There's also an open issue in the Sarama project: IBM/sarama#1858
No branches or pull requests
It would be great to use this feature:
https://cwiki.apache.org/confluence/display/KAFKA/KIP-429%3A+Kafka+Consumer+Incremental+Rebalance+Protocol
I believe it is supported in other clients:
https://pkg.go.dev/github.com/Shopify/sarama#StickyBalanceStrategyName
https://pkg.go.dev/github.com/twmb/franz-go/pkg/kgo#CooperativeStickyBalancer
But I couldn't find it in this one.
The text was updated successfully, but these errors were encountered: