Skip to content

GH-3847: Add support for Kafka 4.0 new consumer rebalance protocol (K… #3848

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

Merged
merged 4 commits into from
Apr 21, 2025

Conversation

sobychacko
Copy link
Contributor

…IP-848)

Fixes: #3847

Issue link: #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

…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]>
Signed-off-by: Soby Chacko <[email protected]>
@artembilan artembilan enabled auto-merge (squash) April 21, 2025 18:58
Copy link
Member

@artembilan artembilan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.
Will be merged when PR build is green.

@artembilan artembilan merged commit 272c4b0 into spring-projects:main Apr 21, 2025
3 checks passed
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

Successfully merging this pull request may close these issues.

Verify support for the new Consumer Rebalance protocol in Spring Kafka
2 participants