From f08ec792ee93fd059e81ee1e30f5651c15f69e85 Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Tue, 26 Jan 2016 20:35:22 -0800 Subject: Handle broken LZ4 framing; switch to lz4tools + xxhash --- docs/index.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 2f54b09..fd13a46 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -101,8 +101,9 @@ Compression *********** kafka-python supports gzip compression/decompression natively. To produce or -consume snappy and lz4 compressed messages, you must install lz4 (lz4-cffi -if using pypy) and/or python-snappy (also requires snappy library). +consume lz4 compressed messages, you must install lz4tools and xxhash (modules +may not work on python2.6). To enable snappy, install python-snappy (also +requires snappy library). See `Installation `_ for more information. -- cgit v1.2.1