envoyproxy / envoyproxy/gateway
Optimize the connection between Envoy and gateway to ensure the reliability of the connection
- Vorherrschende Sprache
- Go
- Sterne
- 3k
- Forks
- 864
- Ø Merge
- 2 T. 2 Std.
- Gemergte PRs (30 T.)
- 140
Beschreibung
*Description*:
>Add the `upstream_connection_options` in the bootstrap configuration to ensure the reliability of the connection
```
static_resources:
clusters:
- connect_timeout: 10s
upstream_connection_options:
tcp_keepalive:
keepalive_time: 300
load_assignment:
cluster_name: xds_cluster
endpoints:
- lb_endpoints:
- endpoint:
address:
socket_address:
address: {{ .XdsServer.Address }}
port_value: {{ .XdsServer.Port }}
```
[optional *Relevant Links*:]
>Any extra documentation required to understand the issue.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.