generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 646
Closed as not planned
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
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.
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.