wbarnha / kafka-python-ng

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

Admin - Implement perform leader election #151

Open wbarnha opened 3 months ago

wbarnha commented 3 months ago

Add support for leader election process Split the response parsing since the returned errors are in a matrix (topic and partition)


This change is Reviewable