elasticsearch-java icon indicating copy to clipboard operation
elasticsearch-java copied to clipboard

Bulk request operations fail on withJson

Open swallez opened this issue 3 years ago • 1 comments

Java API client version

8.1.3, 7.17.3

Problem description

Reported in https://discuss.elastic.co/t/java-8-1-bulk-request/302423

Bulk operations do not implement JsonpDeserializable, causing an exception.

Additionally, the Java API client should have better support for raw unparsed values so that we don't have to waste resources parsing documents in the client to just re-serialize them to send to the server (applies to both bulk and single document ingestion).

swallez avatar Apr 25 '22 12:04 swallez

Any update on this?

jbek7 avatar Dec 10 '22 04:12 jbek7