aio-libs / aiokafka

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

Remove outdated information from the doc #1033

Closed vmaurin closed 2 months ago

vmaurin commented 2 months ago

aiokafka is not dependent anymore on kafka-python

Changes

Fixes #1032

Checklist

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.02%. Comparing base (2f976d0) to head (0d91dbd).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1033 +/- ## ======================================= Coverage 95.02% 95.02% ======================================= Files 114 114 Lines 16970 16970 Branches 2771 2771 ======================================= Hits 16125 16125 Misses 497 497 Partials 348 348 ``` | [Flag](https://app.codecov.io/gh/aio-libs/aiokafka/pull/1033/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aio-libs) | Coverage Δ | | |---|---|---| | [cext](https://app.codecov.io/gh/aio-libs/aiokafka/pull/1033/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aio-libs) | `91.94% <ø> (ø)` | | | [integration](https://app.codecov.io/gh/aio-libs/aiokafka/pull/1033/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aio-libs) | `94.66% <ø> (-0.02%)` | :arrow_down: | | [purepy](https://app.codecov.io/gh/aio-libs/aiokafka/pull/1033/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aio-libs) | `94.49% <ø> (ø)` | | | [unit](https://app.codecov.io/gh/aio-libs/aiokafka/pull/1033/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aio-libs) | `52.88% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aio-libs#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ods commented 2 months ago

Thank you for the contribution! Added with other doc fixes in https://github.com/aio-libs/aiokafka/pull/1034