issues
search
StephenSorriaux
/
ansible-kafka-admin
Manage your topic's configuration (partitions, replication factor, parameters), ACLs, quotas, users and get stats, without any effort with this library. It does not use the Kafka scripts and does not require ssh connection to the remote broker.
Apache License 2.0
150
stars
46
forks
source link
Now testing Python 3.12
#168
Closed
StephenSorriaux
closed
9 months ago
StephenSorriaux
commented
10 months ago
Proposed Changes
test and do python steps using Python 3.12
updating testing deps because some were using deprecated stuff from Python 3.6
fix broken
kafka.vendor.six.moves
import because of Python 3.12
add runtime dep
setuptools
for Python 3.12
Proposed Changes
kafka.vendor.six.moves
import because of Python 3.12setuptools
for Python 3.12