We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
pip install aiokafka[zstd]
aiokafka/docs/index.rst
Line 127 in 8818517
Environment (please complete the following information):
python -c "import aiokafka; print(aiokafka.__version__)"
kafka-topics.sh --version
If this bug does confirm to exist, I would love to open a PR to fix the doc.
The text was updated successfully, but these errors were encountered:
Fix optional dependencies (aio-libs#952)
b53ba32
c24802f
Fix optional dependencies (#952) (#953)
7073b09
Should be fixed in 0.10.0
Sorry, something went wrong.
No branches or pull requests
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.aiokafka/docs/index.rst
Line 127 in 8818517
Environment (please complete the following information):
python -c "import aiokafka; print(aiokafka.__version__)"
): 0.9.0kafka-topics.sh --version
): redpandaIf this bug does confirm to exist, I would love to open a PR to fix the doc.
The text was updated successfully, but these errors were encountered: