Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement configuration option for gzip compression #96

Open
generall opened this issue Apr 18, 2024 · 0 comments
Open

Implement configuration option for gzip compression #96

generall opened this issue Apr 18, 2024 · 0 comments

Comments

@generall
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant