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

Kafka cooperative rebalance #192

Open
caiquefigueiredo opened this issue Feb 17, 2022 · 2 comments
Open

Kafka cooperative rebalance #192

caiquefigueiredo opened this issue Feb 17, 2022 · 2 comments

Comments

@caiquefigueiredo
Copy link

Hey, there! Is there some way to use cooperative assignment strategy?
I've tried changing the configuration partition.assignment.strategy to cooperative-sticky (related librdkafka docs) but got the following error:

Group "group": application *assign() call failed: Changes to the current assignment must be made using incremental_assign() or incremental_unassign() when rebalance protocol type is COOPERATIVE
@AlexeyRaga
Copy link
Member

Hi, I am not aware of such a protocol and have not tried to use this strategy myself.
Perhaps deserves an investigation.

@RahulXTmCoding
Copy link

RahulXTmCoding commented Aug 1, 2023

@caiquefigueiredo @AlexeyRaga
I have raised a pr for the support of cooperative rebalance

#198

This should fix the problem you are facing. I had the similar usecase.

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