I searched in internet for python library to manage kafka operations like CRUD on topics, partition increment, partition reassignment, leader election etc. I didn't find anything.
I know pykafka, kafka-python, but they are for creating consumers/producers, i can use kazoo for CRUD on topics, but i can't perform other operations i mentioned. can you suggest any python library for managing kafka cluster (if available) ?
Thanks!