Hi All,
Our setup: consul mesh 1.20.x with API Gateway enabled.
I am aware that the envoy-concurrency for each sidecar proxy is set to 2 by default and can be overridden via connectInject.sidecarProxy.concurrency in Helm or via annotation consul.hashicorp.com/consul-envoy-proxy-concurrency
However, the envoy-concurrency is hard-coded with value=1 for API Gateway and I was wondering if there is a way to override this value and if so, is there any side-effect if envoy-concurrency is set to value greater than 1 for this API Gateway?
Thanks!
~K