aws / amazon-ecs-service-connect-agent

Amazon ECS Service Connect Agent
Apache License 2.0
27 stars 10 forks source link

Add option to set http.max_requests_per_io_cycle #53

Closed suniltheta closed 10 months ago

suniltheta commented 10 months ago

Summary

In https://www.envoyproxy.io/docs/envoy/latest/version_history/v1.27/v1.27.1.html and subsequent release there is an option to set runtime flag http.max_requests_per_io_cycle. This change will expose env variable MAX_REQUESTS_PER_IO_CYCLE so that http.max_requests_per_io_cycle can be set during bootstrap process.

Testing

make build

New tests cover the changes: yes

Description for the changelog

Add option to set http.max_requests_per_io_cycle

Licensing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.