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
Is your feature request related to a problem? Please describe.
We use secret manager in our spring boot production app. From time to time, we get DEADLINE_EXCEEDED errors when accessing a secret. This is usually a short time problem and if we retried, the issue is gone.
We'd like to be able to avoid these errors with a simple declarative approach (without much boilerplate).
Describe the solution you'd like
A configuration option to enable automatic retries when fetching credentials.
Describe alternatives you've considered
Manual implementation of retries
somehow configuring grpc to retry under the hood (not sure, if possible)
Additional context
we do not know, if there is a simple way already. If there is one, please let us know
Is your feature request related to a problem? Please describe.
We use secret manager in our spring boot production app. From time to time, we get
DEADLINE_EXCEEDED
errors when accessing a secret. This is usually a short time problem and if we retried, the issue is gone.We'd like to be able to avoid these errors with a simple declarative approach (without much boilerplate).
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: