Skip to content

Commit

Permalink
explicit goal for http errros that dont have gRPC status code
Browse files Browse the repository at this point in the history
  • Loading branch information
shadialtarsha committed Nov 12, 2024
1 parent 0357b13 commit e435f1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions geps/gep-3440/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ allowing for configuration of retry attempts, backoff duration, and retryable st
- To allow specification of the maximum number of times to retry a gRPC request.
- To allow specification of the minimum backoff interval between retry attempts for gRPC requests.
- Retry configuration must be applicable to most known Gateway API implementations for gRPC.
- Retry configuration must be applicable for errors that happen on the HTTP layer (e.g., connection errors, timeouts)
but don't have a direct mapping to gRPC status codes.
- To define any interaction with configured gRPC timeouts and backoff.

## Non-Goals
Expand Down

0 comments on commit e435f1a

Please sign in to comment.