We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Based on our investigation faundadb-jvm client does not use any compression by default:
faunadb-jvm/faunadb-common/src/main/java/com/faunadb/common/Connection.java
Line 393 in 61b3ddd
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.
The text was updated successfully, but these errors were encountered:
Thank you very much for this suggestion. We have it ticketed internally as DRV-532 and are looking into it.
Sorry, something went wrong.
No branches or pull requests
Based on our investigation faundadb-jvm client does not use any compression by default:
faunadb-jvm/faunadb-common/src/main/java/com/faunadb/common/Connection.java
Line 393 in 61b3ddd
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.
The text was updated successfully, but these errors were encountered: