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
What would you like to be added:
A new field retry needs to be added to GRPCRouteRule which allows specifying the retry policy for a gRPC endpoint https://grpc.io/docs/guides/retry/
Why this is needed:
The current API of the GRPCRoute does not include a mechanism for specifying retry policies:
The addition of a retry policy allows services to automatically recover from transient failures without additional complexity in client implementations.
Ensures developers can implement retry strategies consistently across services.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
A new field
retry
needs to be added toGRPCRouteRule
which allows specifying the retry policy for a gRPC endpoint https://grpc.io/docs/guides/retry/Why this is needed:
The current API of the
GRPCRoute
does not include a mechanism for specifying retry policies:The text was updated successfully, but these errors were encountered: