You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have the opportunity to listen an event before each retry (including the first one) would be happend in order to add some information to MDC (retry number). I can do it by onError, however that does not represent the actual scenario.
If you do not mind about this functionality, then I will be happy to provide PR.
The text was updated successfully, but these errors were encountered:
dsyer
changed the title
Additing onNext in RetryListener
Adding onNext in RetryListener
Jun 14, 2021
I would like to have the opportunity to listen an event before each retry (including the first one) would be happend in order to add some information to MDC (retry number). I can do it by
onError
, however that does not represent the actual scenario.If you do not mind about this functionality, then I will be happy to provide PR.
The text was updated successfully, but these errors were encountered: