rust-client icon indicating copy to clipboard operation
rust-client copied to clipboard

Implement configuration option for gzip compression

Open generall opened this issue 1 year ago • 0 comments

Currently, Qdrant server gRPC is able to receive and send gzip-ed traffic. But in order to use this functionality, it should be also enabled on the client.

We should create an option on the client builder, which should allow us to enabled compressed traffic to the server.

Reference - https://docs.rs/tonic/latest/tonic/client/struct.Grpc.html#method.send_compressed

generall avatar Apr 18 '24 18:04 generall