Skip to content

How can I trigger a retry if the consumption of some message fails for a retryable reason? #106

Closed Answered by acogoluegnes
daniel-bray-sonalake asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry for the late answer, somehow I'm not notified of new discussion entries :-(

I don't think retry is something the client library should handle. Retry can have complicated semantics, so I'd let this responsibility to the application, with its own utilities or retry frameworks [1] [2].

[1] https://github.com/spring-projects/spring-retry
[2] https://resilience4j.readme.io/docs/retry

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by acogoluegnes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants