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

Commits to retained partitions should continue during cooperative rebalance #931

Open
bplommer opened this issue Mar 31, 2022 · 2 comments

Comments

@bplommer
Copy link
Member

Currently we don't perform any commits during a rebalance - this is correct for the greedy rebalance protocol, but for the cooperative protocol where not all partitions are revoked at the beginning we should (I think?) keep committing to retained partitions.

@okouyad
Copy link

okouyad commented Oct 19, 2022

@bplommer does that mean that fs2-kafka does not support the CooperativeStickyAssignor ? at this point ?

@okouyad
Copy link

okouyad commented Oct 19, 2022

I mean i just made a search for this because i have set it in my code and experienced some weird behavior, then decided to see if there were issue with it. Hence seeing this i am wondering what is the consequence of this open issue ? how not haaving this functionality set up impact the behavior of fs2-kafka

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

No branches or pull requests

2 participants