I'm using the following command to start the broker and create the topic:

bin/kafka-server-start.sh config/server.properties & bin/kafka-topics.sh
--create --zookeeper localhost:2181 --replication-factor 1 --partitions 1
--topic read-singnals

Prior to doing this, I start zoo keeper:

bin/zookeeper-server-start.sh config/zookeer.properties

When I tried to list all the topics that are available, using the following
command:

bin/kafka-topics.sh --list --zookeeper localhost:2181

it gives me nothing!

Reply via email to