-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Open
Labels
area/retrydesign proposalNeeds design doc/proposal before implementationNeeds design doc/proposal before implementationhelp wantedNeeds help!Needs help!
Description
Description:
| message RetryPolicy { |
defines retry policy for HTTP request. It doesn't support configure different retry policies for different HTTP methods. Users might want to retry on connection failure for all methods but 5xx for idempotent methods only. I think the retry policy should provide such function to allow configure different retry policies for different HTTP methods. More generally, the retry policy should be able to support conditional retry condition.
Relevant Links:
istio/istio#13851
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/retrydesign proposalNeeds design doc/proposal before implementationNeeds design doc/proposal before implementationhelp wantedNeeds help!Needs help!