envoyproxy/gateway

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

Open

#1,565 建立於 2023年6月20日

在 GitHub 查看
 (7 留言) (0 反應) (0 負責人)Go (802 fork)auto 404
help wantedkind/enhancement

倉庫指標

Star
 (2,871 star)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南