Closed as not planned
Description
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.