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.