You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Joe San <co...@gmail.com> on 2016/02/14 14:31:12 UTC

Kafka 0.8.2.1 Topic List

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!