Versions (relevant - OpenSearch/Dashboard/Server OS/Browser): 2.9
Describe the issue:
Java client - OpenSearch Documentation says…
The OpenSearch Java client allows you to interact with your OpenSearch clusters through Java methods and data structures rather than HTTP methods and raw JSON.
So is there another (low-level) client which would allow me to interact with raw JSON requests and responses (and help in improving latency by avoiding serialisation and deserialisation)?
Configuration: N/A
Relevant Logs or Screenshots: N/A