Skip to content

Commit 072e76e

Browse files
Update geps/gep-3440/index.md
Co-authored-by: Sotiris Nanopoulos <[email protected]>
1 parent 7cecf09 commit 072e76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geps/gep-3440/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ It also supports setting a timeout for the entire retry process using the `timeo
107107

108108
### Traefik
109109
1. **Retry Conditions**: Traefik allows for retries based on HTTP-level conditions (e.g., connection errors and
110-
certain HTTP status codes like 500, 502, 503, and 504), but it does not natively interpret specific gRPC error codes
110+
certain HTTP status codes like 500, 502, 503, and 504), but it does not natively interpret specific gRPC status codes
111111
like `UNAVAILABLE` or `DEADLINE_EXCEEDED`. This means that, while Traefik can retry requests on common HTTP errors
112112
that might represent temporary issues, it lacks the ability to directly handle and retry based on
113113
gRPC-specific error codes, limiting its alignment with the GEP’s requirement for granular gRPC error handling.

0 commit comments

Comments
 (0)