-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Provide a way to support Consumer#enforceRebalance #3011
Labels
Milestone
Comments
sobychacko
added a commit
to sobychacko/spring-kafka
that referenced
this issue
Feb 8, 2024
Fixes: spring-projects#3011 Kafka consumer API supports an enforced rebalance. Provide an option via the message listener container to trigger this operation.
sobychacko
added a commit
to sobychacko/spring-kafka
that referenced
this issue
Feb 8, 2024
Fixes: spring-projects#3011 Kafka consumer API supports an enforced rebalance. Provide an option via the message listener container to trigger this operation.
artembilan
pushed a commit
that referenced
this issue
Feb 8, 2024
Fixes: #3011 Kafka consumer API supports an enforced rebalance. Provide an option via the message listener container to trigger this operation. * Update spring-kafka-docs/src/main/antora/modules/ROOT/pages/kafka/receiving-messages/enforced-rebalance.adoc **Auto-cherry-pick to `3.1.x`**
artembilan
pushed a commit
that referenced
this issue
Feb 9, 2024
Fixes: #3011 Kafka consumer API supports an enforced rebalance. Provide an option via the message listener container to trigger this operation. * Update spring-kafka-docs/src/main/antora/modules/ROOT/pages/kafka/receiving-messages/enforced-rebalance.adoc **Auto-cherry-pick to `3.1.x`** # Conflicts: # spring-kafka/src/main/java/org/springframework/kafka/listener/AbstractMessageListenerContainer.java
artembilan
pushed a commit
that referenced
this issue
Feb 26, 2024
Fixes: #3011 Kafka consumer API supports an enforced rebalance. Provide an option via the message listener container to trigger this operation.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Currently, we can use the
RecordInterceptor
to access the consumer and trigger anenforceRebalance
. Explore an option to see if we can support this operation as a first-class citizen from the container. Fore more details: https://kafka.apache.org/36/javadoc/org/apache/kafka/clients/consumer/Consumer.html#enforceRebalance()The text was updated successfully, but these errors were encountered: