-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Labels
Help wantedIssues and PRs which are looking for volunteers to complete them.Issues and PRs which are looking for volunteers to complete them.HttpClient
Description
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 onb
, thenc
, 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.
kaznovac, OskarStark and GromNaNkaznovac and jiajiagithub
Metadata
Metadata
Assignees
Labels
Help wantedIssues and PRs which are looking for volunteers to complete them.Issues and PRs which are looking for volunteers to complete them.HttpClient