Elasticsearch async bulkprocess using low level client

Hi,

I'm using Low-level rest-client version 8.0.0.
how to do async bulk process ?

Thanks & Regads,
Venkat

The BulkProcessor class requires the HLRC, see Bulk API | Java REST Client [7.17] | Elastic

The new Elasticsearch java client will get a bulk processor in the future. You can follow this issue: Is there a replacement for the BulkProcessor? · Issue #108 · elastic/elasticsearch-java · GitHub

1 Like

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