Skip to content
New issue

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

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

Already on GitHub? # to your account

Allow HTTP compression #220

Open
tovbinm opened this issue May 23, 2020 · 1 comment
Open

Allow HTTP compression #220

tovbinm opened this issue May 23, 2020 · 1 comment

Comments

@tovbinm
Copy link

tovbinm commented May 23, 2020

Based on our investigation faundadb-jvm client does not use any compression by default:

request.headers().set(HttpHeaderNames.CONTENT_TYPE, "application/json; charset=utf-8");

Netty supports a bunch of compression codecs, including gzip and deflate - https://netty.io/4.1/api/io/netty/handler/codec/compression/package-summary.html

It would be a great addition to allow enabling compression codec on the client side.

@tovbinm tovbinm changed the title Allow compression codec Allow HTTP compression May 23, 2020
@n400
Copy link

n400 commented Mar 10, 2021

Thank you very much for this suggestion. We have it ticketed internally as DRV-532 and are looking into it.

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

No branches or pull requests

2 participants