envoyproxy/gateway

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

Open

#1.565 geöffnet am 20. Juni 2023

Auf GitHub ansehen
 (7 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (802 Forks)auto 404
help wantedkind/enhancement

Repository-Metriken

Stars
 (2.871 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

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.

Contributor Guide