envoyproxy / envoyproxy/gateway
How to warm envoyProxy before accepting hundred thousands websocket connections?
Open
stale
triage
- Dominant language
- Go
- Stars
- 3k
- Forks
- 864
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 140
Description
When I start a lot of connections to EnvoyProxy, I see some latency on some clients, and after a couple of minutes, it's gone. So I think I can do something like "warming up" before allowing clients to connect.
I want to set up some parameters:
- initial_stream_window_size
- initial_connection_window_size
- preconnect_policy
- per_connection_buffer_limit_bytes
Which k8s kind should I use for tweaking those parameters? EnvoyFilter?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.