Replies: 2 comments 2 replies
-
@kagkarlsson gently ping. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think that sounds like a good idea, yeah 👍 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
What do you think about add a
maxRetriesExceededHandler
feature to theMaxRetriesFailureHandler
. The reason behind this feature is to act some action when retries handler is exceeded. That's could be a simple consumer (BiConsumer
- we have to pass aExecutionComplete
andExecutionOperations
).Default value should be a noop consumer.
PoC:
Thanks for a great library!
Beta Was this translation helpful? Give feedback.
All reactions