BulkProcessor for new Java API Client

Hi,

Currently we are using es7.17.x in our environment and now evaluating what is necessary to upgrade to the new es8.
So far we slowly started replacing the RestHighLevelClient with the new JavaAPI Client and then ideally omitting dependencies on the whole core project.
So far so good, now we ended up at the BulkProcessor, which is inside the core project (are there any plans moving it out there? ^^) and it does not accept the new Client as parameter.

How can we replace this convenient piece of class - or what is the replacement?
Thanks.

There's indeed a plan to add it again.
You could also write your own implementation.

Cc @swallez

1 Like

As @dadoonet said, there's no replacement yet in the new Java API client but it's high on the priority list.

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