with the high-level client in the version 5.6 but I get this compilation error at this point:
...
RestHighLevelClient rHLClient
...
BulkProcessor bulkProcessor = BulkProcessor.builder(rHLClient::bulkAsync, listener,threadPool).build();
"Client is not a functional interface"
If there is a better way to use that, please advise. I've been blocked on it.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.