What problem are you trying to solve?
Currently, the default Inbound http queue capacity is 10_000 and it is only configurable through environment variable LINKERD2_PROXY_INBOUND_HTTP_QUEUE_CAPACITY. We want to tune it at a service level because the default is not good enough for some services.
Can we allow for that..?
How should the problem be solved?
maybe using annotations..?
Any alternatives you've considered?
the default is what we're using right now but it's not good enough for some services.
in envoy, we've successfully used max_requests config
How would users interact with this feature?
No response
Would you like to work on this feature?
yes