-
Hi, We checked the release notes and found that snappy was removed since 0.9.0. But we have to support snappy compression because that's the default compression type used by the server and the server is not controlled by our group. What should I do in order to support snappy compression now? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
No, snappy compression is still supported. But now it uses other dependency library for its implementation. Nothing is needed to change if you install aiokafka with proper extras ( |
Beta Was this translation helpful? Give feedback.
No, snappy compression is still supported. But now it uses other dependency library for its implementation. Nothing is needed to change if you install aiokafka with proper extras (
pip install 'aiokafka[snappy]'
orpip install 'aiokafka[all]'
).