Skip to content

Verify support for the new Consumer Rebalance protocol in Spring Kafka #3847

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

Closed
sobychacko opened this issue Apr 17, 2025 · 0 comments · Fixed by #3848
Closed

Verify support for the new Consumer Rebalance protocol in Spring Kafka #3847

sobychacko opened this issue Apr 17, 2025 · 0 comments · Fixed by #3848
Assignees
Milestone

Comments

@sobychacko
Copy link
Contributor

KIP-848 added support for the new consumer rebalance protocol in Apache Kafka 4.0.0. For the most part, the new protocol is a seamless drop-in replacement in end-user applications using the client, as most of the heavy lifting is done on the server side.

Verify this feature is supported in Spring Kafka 4.0.0 and introduce the necessary steps if needed.

@sobychacko sobychacko self-assigned this Apr 17, 2025
@sobychacko sobychacko added this to the 4.0.0-M2 milestone Apr 17, 2025
sobychacko added a commit to sobychacko/spring-kafka that referenced this issue Apr 17, 2025
…nce protocol (KIP-848)

Fixes: spring-projects#3847

Issue link: spring-projects#3847

KIP details: https://cwiki.apache.org/confluence/display/KAFKA/KIP-848%3A+The+Next+Generation+of+the+Consumer+Rebalance+Protocol

* Add custom assignor warning in DefaultKafkaConsumerFactory for group.protocol=consumer
* Add ConsumerAwareRebalanceListenerTests to verify incremental rebalancing (next gen rebalance) and the legacy rebalancer
* Reference Docs updates

Signed-off-by: Soby Chacko <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant