envoyproxy / envoyproxy/gateway

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

Open
#1,565 7 comments 0 reactions 0 assignees View on GitHub
help wanted kind/enhancement
Dominant language
Go
Stars
3k
Forks
864
Avg merge
2d 2h
Merged PRs (30d)
140

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.