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

[HttpClient] Add support for client pool #43327

Open
lyrixx opened this issue Oct 5, 2021 · 0 comments
Open

[HttpClient] Add support for client pool #43327

lyrixx opened this issue Oct 5, 2021 · 0 comments

Comments

@lyrixx
Copy link
Member

@lyrixx lyrixx commented Oct 5, 2021

Description

Let's consider the following use case:

  • I have a cluster of elasticsearch server [a .. z]
  • My application got the list of some server [a .. c]
  • If a request fails on a, then retry on b, then c, then throw an exception.

So it could be nice to have something in the core that allow us to five a list of endpoint instead of one endpoint.

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

Successfully merging a pull request may close this issue.

None yet
2 participants