-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-2887: ConsumerAwareRebalanceListener cleanup
Fixes: gh-2887 org.apache.kafka.clients.consumer.internals.ConsumerCoordinator has logic to handle exceptions thrown by the rebalance listener. Rely on this capability instead of custom exception handling and logging in ConsumerAwareRebalanceListener. Particular exceptions like WakeupException are contracted in Javadoc. Since Kafka has policy to manage these types of issues, rely on it instead of trying to manage in the framework.
- Loading branch information
1 parent
878448e
commit edfd8e8
Showing
2 changed files
with
7 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters