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
RetrySynchronizationManager use ThreadLocal. when use @async cooperate @retryable Will cause the context data I set myself to be lost. Can open an interface for setting up the Theadlocal type
The text was updated successfully, but these errors were encountered:
It does not make sense to apply the retry on an async method: we just would eliminate the purpose of an async nature to get a gain from the retry - essentially blocking that async call to catch a possible exception from there.
Therefore your request is not clear: we need more details and clarification how that suppose to work without breaking any original goals of your services design.
RetrySynchronizationManager use ThreadLocal. when use @async cooperate @retryable Will cause the context data I set myself to be lost. Can open an interface for setting up the Theadlocal type
The text was updated successfully, but these errors were encountered: