envoyproxy / envoyproxy/gateway

Optimize the connection between Envoy and gateway to ensure the reliability of the connection

Aperta
#1,565 7 commenti 0 reazioni 0 assegnatari Vedi su GitHub
help wanted kind/enhancement
Lingua principale
Go
Stelle
3k
Fork
864
Merge medio
2g 2h
PR unite (30g)
140

Descrizione

*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.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.