97196/how-to-list-all-kafka-topics
Hi Team,
I have created topics in Kafka. I want to list all the topics available in Kafka. How can I do that?
Hi@akhtar,
Kafka uses ZooKeeper, so you need to first start a ZooKeeper server if you don't already have one. To list down all the topics, you can use the below command.
$ bin/kafka-topics.sh --list --zookeeper localhost:2181
The reset option only prints the result ...READ MORE
You can use auto.commit.enable to allow Kafka ...READ MORE
For your case what you can do ...READ MORE
Deleting topic isn't always working in 0.8.1.1 Deletion ...READ MORE
Firstly you need to understand the concept ...READ MORE
org.apache.hadoop.mapred is the Old API org.apache.hadoop.mapreduce is the ...READ MORE
Hi, You can create one directory in HDFS ...READ MORE
In your case there is no difference ...READ MORE
To delete all the messages from a Kafka topic. There are many approach ...READ MORE
Hi@akhtar, Actually, in kafka there is no command ...READ MORE
OR
Already have an account? Sign in.