Open
Description
All Elasticsearch clients are intended to retry API calls whose response is a 502, 503 or 504 HTTP status code when there is another node that the client knows about against which the request can be retried. The .NET client documentation summarizes the behaviour well.
Retries should also be implemented for the client, once ConnectionPool
implementations that accept multiple urls have been implemented.