cql-proxy
cql-proxy copied to clipboard
Add support for compression
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.