faunadb-jvm icon indicating copy to clipboard operation
faunadb-jvm copied to clipboard

Allow HTTP compression

Open tovbinm opened this issue 5 years ago • 1 comments

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.

tovbinm avatar May 23 '20 19:05 tovbinm

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

n400 avatar Mar 10 '21 15:03 n400