Add a backoff time field to _bulk requests response #11289
Labels
enhancement
Enhancement or improvement to existing feature or request
Indexing
Indexing, Bulk Indexing and anything related to indexing
Is your feature request related to a problem? Please describe.
In some of the tests for ingestion, we want to re-trigger bulk requests for some re-triable errors with a backoff(based on the failure). In order to retry bulk requests with backoff time, we need additional field backoff time in the response from the server so that the client can re-trigger the bulk request in case of a re-triable error after the appropriate backoff time.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: