gateway icon indicating copy to clipboard operation
gateway copied to clipboard

Fix TCPKeepAlive config for TCPRoute

Open arkodg opened this issue 1 year ago • 1 comments

          The TCP keep-alive setting is specified in the IR, resulting in a keep-alive configuration for the TCP listener cluster. Typically, such settings are adjusted through a traffic policy, i'm not certain if this make sense in this context.
- name: "fourth-listener"
  address: "0.0.0.0"
  tcpKeepalive:
    probes: 10
  port: 10083
  destination:
    name: "tcp-route-dest"
    settings:
    - endpoints:
      - host: "1.2.3.4"
        port: 50000

Originally posted by @alexwo in https://github.com/envoyproxy/gateway/pull/3004#discussion_r1538927285

arkodg avatar Mar 26 '24 22:03 arkodg

This issue has been automatically marked as stale because it has not had activity in the last 30 days.

github-actions[bot] avatar Apr 26 '24 00:04 github-actions[bot]

cc @aoledk has this been fixed ?

arkodg avatar May 23 '24 00:05 arkodg

@arkodg this has been fixed already.

aoledk avatar May 24 '24 09:05 aoledk

thanks for confirming @aoledk !

arkodg avatar May 24 '24 21:05 arkodg