-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeepAlive support #1031
Comments
@youngnick do you think this is something that we will need to drive in EG first as an extension or do you think there are enough implementations out there that this can be directly defined in the Gateway API ? |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. |
I need this, when I use HTTPRoute, the connection is close, but I need keep-alive |
similar to #1169 (comment) |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. |
Relates to envoyproxy#1031 Signed-off-by: Arko Dasgupta <arko@tetrate.io>
Relates to envoyproxy#1031 Signed-off-by: Arko Dasgupta <arko@tetrate.io>
* api: TcpKeepAlive (downstream) in ClientTrafficPolicy Relates to #1031 Signed-off-by: Arko Dasgupta <arko@tetrate.io> * lint Signed-off-by: Arko Dasgupta <arko@tetrate.io> --------- Signed-off-by: Arko Dasgupta <arko@tetrate.io>
Relates to envoyproxy#1031 Signed-off-by: Arko Dasgupta <arko@tetrate.io>
Relates to envoyproxy#1031 Signed-off-by: Arko Dasgupta <arko@tetrate.io>
* Implement Downstream TcpKeepalive Relates to #1031 Signed-off-by: Arko Dasgupta <arko@tetrate.io> * rename files Signed-off-by: Arko Dasgupta <arko@tetrate.io> * default comments Signed-off-by: Arko Dasgupta <arko@tetrate.io> * comments Signed-off-by: Arko Dasgupta <arko@tetrate.io> * rebase and fix test case Signed-off-by: Arko Dasgupta <arko@tetrate.io> --------- Signed-off-by: Arko Dasgupta <arko@tetrate.io>
This issue has been automatically marked as stale because it has not had activity in the last 30 days. |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. |
Description:
As a user I would like to enable and configure tcp keep-alive for 2 cases
here is the config needed in Envoy
upstream
https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/address.proto#config-core-v3-tcpkeepalive
downstream
https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/socket_option.proto#config-core-v3-socketoption
How other Envoy based implementations express this as an API
The text was updated successfully, but these errors were encountered: