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?