cql-proxy icon indicating copy to clipboard operation
cql-proxy copied to clipboard

Add support for compression

Open mpenick opened this issue 4 years ago • 1 comments

mpenick avatar Jul 13 '21 14:07 mpenick

Looks like the newest go-cassandra-native-protocol has support for creating a codec with compression https://github.com/datastax/go-cassandra-native-protocol/blob/bbccbae2547fb16d84034b8a52088c9ef4735256/frame/codec.go#L111

Problem is we need to figure out which compression to use.

dougwettlaufer avatar Sep 30 '21 17:09 dougwettlaufer