-
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-3276: Support async retry with @RetryableTopic
Fixes: #3276 #3276 GH-3276: Draft and test codes. Add test cases. Add method Fixes lint errors. Minimize FailedRecordTuple dependency. Refactor test codes and real codes. Modify method name. Fixes compile error. Remove async retry callback from MessageListener contract. Revert Copyright period. Revert KafkaBackkOffAwareMessageListenerAdapter. Depends on general type on KafkaMessageListenerContainer. Remove sleep(1) from async retry test. Remove waitAWhile(). Add java docs. Add author Fixes flaky test. Modify contract of callback for async failure. Fixes java docs for setCallbackFroAsyncFailure. Fix the tests for async failure retry. Remove weed from async retry test and fix lint error. Add Tags for conditional test. Remove useless tag for async failure retry tests. Remove unused import Make a method static and Add @SuppressWarning. Remove useless latch. Use specific ListenerAdapter type for async retry feature. * Some code clean up
- Loading branch information
1 parent
c878099
commit 9eafa61
Showing
6 changed files
with
4,335 additions
and
3 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
Oops, something went wrong.