How to get the label specified in spring retryable annotation at class level in a MethodInvocationRetryListenerSupport? #426
Replies: 1 comment
-
Have just answered to your Stackoverflow question. Please, don't cross-post over here in the future. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Cross-posting from stackoverflow.
I have specified a
@Retryable
annotation in a spring bean like below.Interceptor is defined in
GrpcClientRetryConfig
In
GrpcClientRetryListener
I am trying to get the label specified in the@Retryable
But during retry, I am seeing getting the label like
public com.abc.proto.v2.common.ratelimit.RateLimits com.abc.grpcclients.ProfileGrpcClient.getRateLimitConfig()
. Complete log is like belowIs there a way for me to get the
label
as specified in@Retryable
inMethodInvocationRetryListenerSupport
?Beta Was this translation helpful? Give feedback.
All reactions