How to test Non blocking Spring Kafka Retry using Spring boot embedded kafka broker? #2755
Replies: 1 comment 1 reply
-
I don't know what |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Team,
I have been using WaitForCompletionMessagePublisher for testing normal kafka messages
But how to test Spring kafka non blocking retry? I did a combination of the following but it does not wait for the non blocking retry to happen?
Any leads are much appreciated. Thanks
Beta Was this translation helpful? Give feedback.
All reactions