-
Notifications
You must be signed in to change notification settings - Fork 349
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
Need assistance with WebSocket connection for long-running game sessions in Envoy Gateway #4276
Comments
@SergeiCherevko websockets are enabled by default for |
Im trying to increase connection limit websockets because default is 1024 and im overriding envoyproxy config
But i see only 1 replica and it looks like config is not applied, may be you see any mistakes? How to override only circuit breakers and don't touch other settings because its too much |
you can configure the BackendTrafficPolicy to configure circuitbreakers https://gateway.envoyproxy.io/docs/tasks/traffic/circuit-breaker/ |
Thank you very much!
|
I have a Kubernetes service pointing to 5 pods that need a WebSocket connection. This connection is expected to have high timeouts as it's for a game session that can last an hour or more.
I'm trying to set this up using Envoy Gateway. Here's the configuration I'm using:
Gateway Configuration:
HTTPRoute Configuration:
Custom Envoy Proxy Config:
Questions:
Do I need to use the Merge bootstrap to upgrade the connection?
How can I configure it to support very long connections (an hour or more)?
The text was updated successfully, but these errors were encountered: