Closed
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.