envoyproxy/gateway

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

Open

#1565 aperta il 20 giu 2023

Vedi su GitHub
 (7 commenti) (0 reazioni) (0 assegnatari)Go (802 fork)auto 404
help wantedkind/enhancement

Metriche repository

Star
 (2871 star)
Metriche merge PR
 (Metriche PR in attesa)

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 contributor