Category Archives: kafka

control


title: “control”
date: 2020-03-21T13:39:16
slug: control


List Topic

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

delete Topic:

./kafka-topics.sh –zookeeper localhost:2181 –delete –topic pmacct.acct

Show Topics content:

./kafka-console-consumer.sh –bootstrap-server localhost:9092 –topic pmacct.acct –from-beginning