Closed
Description
Hi,
I am currently using confluent kafka v0.9.2 and I was wondering if it is possible to retrieve the number of partitions for a given topic.
In java you can reach this information when using org.apache.kafka.common.Cluster but does something similar exist in the python implementation ?
I've quickly browsed the python implementation but couldn't find anything similar.
One possibility is probably using kazoo and retrieve this info from zookeeper but if possible I want to avoid this.
thanks for any insight you can provide