Parallelize request from Ingest Plugin while using bulk API

I'm using a ingest plugin which allows me to retrieve data related to each document indexed from a server. This operation is quite expensive in terms of time, but it just requires Elasticsearch to wait for the server response. While using the Java High-Level Rest Client, is there any configuration option that would allow me to parallelize those connections using the bulk API?

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