envoyproxy / envoyproxy/gateway

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

Abierto
#1,565 7 comentarios 0 reacciones 0 asignados Ver en GitHub
help wanted kind/enhancement
Lenguaje dominante
Go
Estrellas
3k
Forks
864
Merge medio
2 d 2 h
PR fusionados (30 d)
140

Descripción

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

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.