Aiven-Open / karapace

Karapace - Your Apache Kafka® essentials in one tool
https://karapace.io
Apache License 2.0
450 stars 68 forks source link

chore: bump kafka-python:2.0.2 to kafka-python-ng:2.2.2 #872

Closed jjaakola-aiven closed 3 months ago

jjaakola-aiven commented 3 months ago

About this change - What it does

The kafka-python is unmaintained. Fork of it has been created as kafka-python-ng: https://github.com/wbarnha/kafka-python-ng See note at kafka-python: https://github.com/dpkp/kafka-python/issues/2431

aiven-anton commented 3 months ago

This seems like a good idea, however, are all fixes we have on our fork merged in -ng? We have a bunch of them and it would be sad to see regressions introduced:

https://github.com/dpkp/kafka-python/compare/master...aiven:kafka-python:main

jjaakola-aiven commented 3 months ago

Socks5 wrapper is missing from kafka-python-ng. This requires some work in the Aiven fork of kafka-python.