Combining blocking and non-blocking retries #3820
Casper-dss
started this conversation in
General
Replies: 1 comment 6 replies
-
Well, I would go just Spring Retry ( |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
We want to user either blocking or non-blocking retries, depending on the exception, for the same topic. Ex. for database exceptions we would like to use blocking retries, and for ex. weblient exceptions, such as WebClientResponseException.InternalServerError, we would like to use non-blocking retries.
Beta Was this translation helpful? Give feedback.
All reactions