Skip to content

Commit a404804

Browse files
Kirill Ignatev88manpreet
Kirill Ignatev
authored andcommitted
Update README: Prefer python-lz4 over lz4tools (dpkp#1057)
1 parent fc6fc27 commit a404804

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,9 @@ for more details.
113113
Compression
114114
***********
115115

116-
kafka-python supports gzip compression/decompression natively. To produce or
117-
consume lz4 compressed messages, you must install lz4tools and xxhash (modules
118-
may not work on python2.6). To enable snappy compression/decompression install
119-
python-snappy (also requires snappy library).
116+
kafka-python supports gzip compression/decompression natively. To produce or consume lz4
117+
compressed messages, you should install python-lz4 (pip install lz4).
118+
To enable snappy compression/decompression install python-snappy (also requires snappy library).
120119
See <http://kafka-python.readthedocs.org/en/master/install.html#optional-snappy-install>
121120
for more information.
122121

0 commit comments

Comments
 (0)