Skip to content

Commit f7d96a8

Browse files
committed
add optionally
Signed-off-by: wangbaiping(wbpcode) <[email protected]>
1 parent 1047cb6 commit f7d96a8

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dynamicMetadata: {
5050

5151
The value of the header or metadata entry MUST contains at least one endpoint in `<ip:port>` format or multiple endpoints in `<ip:port>,<ip:port>,...` format. Multiple endpoints are separated by commas. The first valid endpoint in the value will be used. And if retrying is happening, the proxy will try the endpoints after the previously selected endpoint in order.
5252

53-
The EPP also can set additional endpoints by the key `x-gateway-destination-endpoint-fallback` in the same metadata namespace as one used for `x-gateway-destination-endpoint` as follows:
53+
Optionally, The EPP also CAN set additional endpoints by the key `x-gateway-destination-endpoint-fallback` in the same metadata namespace as one used for `x-gateway-destination-endpoint` as follows:
5454

5555
```go
5656
dynamicMetadata: {

0 commit comments

Comments
 (0)