Skip to content

Commit 41d5475

Browse files
committed
updated status code
1 parent d29be3a commit 41d5475

File tree

1 file changed

+1
-1
lines changed
  • docs/proposals/004-endpoint-picker-protocol

1 file changed

+1
-1
lines changed

docs/proposals/004-endpoint-picker-protocol/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ filterMetadata: {
2020
}
2121
```
2222

23-
If the key `x-gateway-destination-endpoint-subset` is set, the EPP MUST only select endpoints from the specified list. If none of the endpoints in the list is eligible or the list is empty, then the EPP MUST return a [ImmediateResponse](https://github.com/envoyproxy/envoy/blob/f2023ef77bdb4abaf9feef963c9a0c291f55568f/api/envoy/service/ext_proc/v3/external_processor.proto#L195) with 429 (Too Many Requests) HTTP status code. If the EPP does not select from the list, then this leads to unpredictable behavior.
23+
If the key `x-gateway-destination-endpoint-subset` is set, the EPP MUST only select endpoints from the specified list. If none of the endpoints in the list is eligible or the list is empty, then the EPP MUST return a [ImmediateResponse](https://github.com/envoyproxy/envoy/blob/f2023ef77bdb4abaf9feef963c9a0c291f55568f/api/envoy/service/ext_proc/v3/external_processor.proto#L195) with 503 (Service Unavailable) HTTP status code. If the EPP does not select from the list, then this leads to unpredictable behavior.
2424

2525
If the key `x-gateway-destination-endpoint-subset` is not set, then the EPP MUST select from the set defined by the `InferencePool` selector.
2626

0 commit comments

Comments
 (0)