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

KIP-429: Kafka Consumer Incremental Rebalance Protocol #524

Open
robsonpeixoto opened this issue Aug 7, 2022 · 2 comments
Open

KIP-429: Kafka Consumer Incremental Rebalance Protocol #524

robsonpeixoto opened this issue Aug 7, 2022 · 2 comments

Comments

@robsonpeixoto
Copy link
Contributor

Are there plans to add "Kafka Consumer Incremental Rebalance Protocol" support?

References:

@zmstone
Copy link
Contributor

zmstone commented Aug 20, 2022

Hi. @robsonpeixoto
No, not at the moment .

@zmstone
Copy link
Contributor

zmstone commented May 31, 2024

Just to clarify a bit.
Brod has the apis ready for this.

If one wants a different partition assignment strategy, they need to implement this behavior

-optional_callbacks([assign_partitions/3,

For incremental rebalancing, one should not have to revoke assignments.

-callback assignments_revoked(pid()) -> ok.

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

2 participants