-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
enhancementNew feature or requestNew feature or request
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request