Skip to content

[HttpClient] Add support for client pool #43327

Closed
@lyrixx

Description

@lyrixx

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 give a list of endpoint instead of one endpoint.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Help wantedIssues and PRs which are looking for volunteers to complete them.HttpClient

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions