We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Envoy natively supports Slow Start mode https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/upstream/load_balancing/slow_start but this option is not available in Consul Service Mesh. Service Resolver is likely a good place for this configuration as it already supports other envoy cluster configuration like lb_policy or least_request_lb_config.
I tried to enable this using EnvoyExtension via ProxyDefaults but it does not apply for API Gateway.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Envoy natively supports Slow Start mode https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/upstream/load_balancing/slow_start but this option is not available in Consul Service Mesh. Service Resolver is likely a good place for this configuration as it already supports other envoy cluster configuration like lb_policy or least_request_lb_config.
I tried to enable this using EnvoyExtension via ProxyDefaults but it does not apply for API Gateway.
The text was updated successfully, but these errors were encountered: