BulkProcessor does not retry on failures

As of https://github.com/elastic/elasticsearch/issues/14620, the BulkProcessor retries individual request failures. In case the Elasticsearch instance fails to respond or in case of a network error, the RetryHandler listener is called for the onFailure case.

This case does not trigger a retry and just fails right away.

In general, is this the expected behavior for bulk requests or should this be considered as an enhancement proposal?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.