Skip to:
Please add support for lz4 compression in addition to the current snappy support.
It looks like this may be as simple as adding the following to connection.py and using python-lz4 - https://github.com/steeve/python-lz4:
For reference, here's the commit that added it: https://github.com/datastax/python-driver/commit/90e5abd8feb95696f574637612312a1c42729ea3
I forgot to resolve this earlier, but lz4 support was added in the beta3 release.
This will require C* to support lz4 native cql client compression https://issues.apache.org/jira/browse/CASSANDRA-5765 in order to work end-to-end.
Please add support for lz4 compression in addition to the current snappy support.
It looks like this may be as simple as adding the following to connection.py and using python-lz4 - https://github.com/steeve/python-lz4: