Skip to content
New issue

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

Add Max Connection Lifetime functionality for ember server #7294

Open
NAJ10 opened this issue Oct 1, 2023 · 0 comments
Open

Add Max Connection Lifetime functionality for ember server #7294

NAJ10 opened this issue Oct 1, 2023 · 0 comments

Comments

@NAJ10
Copy link

NAJ10 commented Oct 1, 2023

Long lived HTTP connections can cause load imbalance on a pool of backend servers. If the servers are autoscaling the load wont be equally distributed to new instances of the backend server. It would be helpful to be able to configure a max connection life time that is enforced by the ember server that closes the connection on the server side after a configurable period of time.

This issue is related to #3700 but focuses on the server side.

Tomcat has a keepAliveTimeout which I think is the same as this.

Armeria Server has similar functionality added in line/armeria#2747

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants