I have running zookeeper 3.4.5-cdh5.2.0 cluster on 3 nodes and managing with cm5.2, Integrated kafka with " http://www.cloudera.com/content/cloudera/en/developers/home/cloudera-labs/apache-kafka.html",
The problem is, when I try to create a topic with *# bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic test* *the error is * *Nonode for /brokers/ids* *I created the path /brokers/ids/0,1,2 in zookeeper manually, still the problem is same.* *How to get rid from this, any help ?* *Thanks,* *Kishore.*