From 0d5899020a75e22fec14d3e3d7aec8f043d60a31 Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Sun, 24 Jan 2016 22:01:09 -0800 Subject: Add support for LZ4 compressed messages using python-lz4 module --- docs/install.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs') diff --git a/docs/install.rst b/docs/install.rst index bf49c3f..aba5019 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -37,6 +37,17 @@ Using `setup.py` directly: cd kafka-python python setup.py install +Optional LZ4 install +******************** + +To enable LZ4 compression/decompression, install `lz4`: + +>>> pip install lz4 + +Or `lz4-cffi` if using pypy: + +>>> pip install lz4-cffi + Optional Snappy install *********************** -- cgit v1.2.1