kafka create topic


[root@a5855c3d46b3 /]# /opt/kafka/bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic TestTopic
Created topic TestTopic.

Leave a Reply

Your email address will not be published. Required fields are marked *