-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Static membership = cooperative-sticky #1854
Comments
Thank you for taking the time to raise this issue. However, it has not had any activity on it in the past 90 days and will be closed in 30 days if no updates occur. |
Dupe of #1858 |
Yep, so to summarise. KIP-341 Sticky Assignor was implemented under #1416 and is available since v1.24.0 I'll close this issue as believe to have already been fixed, and if KIP-429 is desired by the OP then they can follow along at #2608 |
Since kafka 2.3 it has been possible to use static membership across multiple group generations.
If a consumer goes down, a rebalance does not occur right away allowing for the crashed instance to pick up the same partitions when its back up again.
KIP-345
"partition.assignment.strategy" = "cooperative-sticky",
Is this consumer feature currently supported?
The text was updated successfully, but these errors were encountered: