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

Support max lifetime on HTTP Client pool #5360

Open
tsegismont opened this issue Oct 16, 2024 · 0 comments
Open

Support max lifetime on HTTP Client pool #5360

tsegismont opened this issue Oct 16, 2024 · 0 comments
Assignees
Milestone

Comments

@tsegismont
Copy link
Contributor

The Vert.x SQL Client pool has an option to set a maximum lifetime for database connections.

The HTTP Client pool should have it as well. It would help in some cases:

  • make sure a connection does not live longer than authorized by some firewall
  • give an opportunity to the client to find new backend replicas started after the pool reached its maximum size
@tsegismont tsegismont added this to the 5.0.0 milestone Oct 16, 2024
@tsegismont tsegismont self-assigned this Oct 16, 2024
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

1 participant