wbarnha / kafka-python-ng

Fork for Python client for Apache Kafka
https://wbarnha.github.io/kafka-python-ng/
Apache License 2.0
67 stars 8 forks source link

Test Kafka 0.8.2.2 using Python 3.10 in the meantime #161

Closed wbarnha closed 6 months ago

wbarnha commented 6 months ago

Since 3.12 can't support Kafka v0.8.2.2 at the moment, but we know older versions of Python can, let's try to use an earlier version just to make sure we don't break anything for users until we document it.

wbarnha commented 6 months ago

Definitely will need to go back and revert this PR someday, I don't want to make the CI/CD too messy.

wbarnha commented 6 months ago

Passes on 3.10 but on kafka-python I managed to get it passing on 3.11. Something else is going on here.

wbarnha commented 6 months ago

So something must've been introduced in 3.11 that broke compatibility with 0.8.2.2.