I checked out the Kafka 0.8.2 branch and used the "./bin/kafka-topics.sh" script to create a topic:
./bin/kafka-topics.sh -create -zookeeper zk-node:2181 -partitions 12 -replication-factor 1 -topic my-topic` But when I use the "--describe" to look at the topic both the 'Leader' and 'Isr' are missing. Is this expected of a new/empty topic? If not how to fix this? Thanks! *Sampath Jaini <https://a8c.slack.com/team/skjaini>**[4:38 PM]*