Does ElasticSearch support GRPC or will support in near future?

https://medium.com/@EmperorRXF/evaluating-performance-of-rest-vs-grpc-1b8bdf0b22da#:~:text=gRPC%20is%20roughly%207%20times,of%20HTTP%2F2%20by%20gRPC.

The article above mentioned: gRPC is roughly 7 times faster than REST when receiving data & roughly 10 times faster than REST when sending data for this specific payload. This is mainly due to the tight packing of the Protocol Buffers and the use of HTTP/2 by gRPC.

Not at this stage, please see https://github.com/elastic/elasticsearch/issues/10981.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.