-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix AsyncHandlingAutoCommitKafkaConsumerTest tests.
Tests were failing with Kafka 3.6.1 because of changes to the MockConsumer.rebalance() method. The rebalance-related tests have been changed to now work with the MockConsumer.rebalance() method (removing the Hono KafkaMockConsumer override of that method).
- Loading branch information
1 parent
e48ed60
commit 96a0f72
Showing
4 changed files
with
88 additions
and
140 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
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
Oops, something went wrong.