File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -113,10 +113,9 @@ for more details.
113
113
Compression
114
114
***********
115
115
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).
120
119
See <http://kafka-python.readthedocs.org/en/master/install.html#optional-snappy-install>
121
120
for more information.
122
121
You can’t perform that action at this time.
0 commit comments