aio-libs / aiokafka

asyncio client for kafka
http://aiokafka.readthedocs.io/
Apache License 2.0
1.13k stars 228 forks source link

0.9.0 zstd codec depends on cramjam but missing in documentation #952

Closed iamwrm closed 9 months ago

iamwrm commented 9 months ago

Describe the bug

Hi. I found zstd compression support needs cramjam

https://github.com/aio-libs/aiokafka/blob/881851783673e927591ba274a7703c9b52d387ac/aiokafka/codec.py#L10C19-L10C19

But the doc still says pip install aiokafka[zstd], while 0.9.0 doesn't even have this option.

https://github.com/aio-libs/aiokafka/blob/881851783673e927591ba274a7703c9b52d387ac/docs/index.rst?plain=1#L127

Environment (please complete the following information):

If this bug does confirm to exist, I would love to open a PR to fix the doc.

ods commented 9 months ago

Should be fixed in 0.10.0