elastic / elastic/elasticsearch-java
Bulk request operations fail on withJson
Open
Category: Bug
- Dominant language
- Java
- Stars
- 524
- Forks
- 300
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 16
Description
### 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).
Contributor guide
Assessment
This issue has not been assessed yet.