faunadb-jvm
faunadb-jvm copied to clipboard
Allow HTTP compression
Based on our investigation faundadb-jvm client does not use any compression by default: https://github.com/fauna/faunadb-jvm/blob/61b3ddde1e9c4e680840a5378a82a957bf0775e3/faunadb-common/src/main/java/com/faunadb/common/Connection.java#L393
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.
Thank you very much for this suggestion. We have it ticketed internally as DRV-532 and are looking into it.