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

Support multiple offering GroupBalancers to coordinator #2332

Closed
ekeric13 opened this issue Sep 10, 2022 · 2 comments
Closed

Support multiple offering GroupBalancers to coordinator #2332

ekeric13 opened this issue Sep 10, 2022 · 2 comments

Comments

@ekeric13
Copy link

When creating a consumer you specify what balancer strategy to use:

https://pkg.go.dev/github.com/Shopify/sarama#Config.Consumer

In other clients such a parameter is an array of balancers in case other consumers don't implement one of the balancers:
https://pkg.go.dev/github.com/segmentio/kafka-go#ConsumerGroupConfig

Is there a way to do this in sarama? If not this would be a good feature

@napallday
Copy link
Contributor

We also need this feature. And I create a pull request in #2339.

@dnwe
Copy link
Collaborator

dnwe commented Sep 27, 2022

Fixed by #2339 (thanks Jacob-bzx) — will be included in the next release version

@dnwe dnwe closed this as completed Sep 27, 2022
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

3 participants