Skip to content

Commit e435f1a

Browse files
committed
explicit goal for http errros that dont have gRPC status code
1 parent 0357b13 commit e435f1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

geps/gep-3440/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ allowing for configuration of retry attempts, backoff duration, and retryable st
1313
- To allow specification of the maximum number of times to retry a gRPC request.
1414
- To allow specification of the minimum backoff interval between retry attempts for gRPC requests.
1515
- Retry configuration must be applicable to most known Gateway API implementations for gRPC.
16+
- Retry configuration must be applicable for errors that happen on the HTTP layer (e.g., connection errors, timeouts)
17+
but don't have a direct mapping to gRPC status codes.
1618
- To define any interaction with configured gRPC timeouts and backoff.
1719

1820
## Non-Goals

0 commit comments

Comments
 (0)