elasticsearch-java
elasticsearch-java copied to clipboard
Bulk request operations fail on withJson
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).
Any update on this?