kafka 常用命令总结
1.查看某个主题下面的消息
bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic web_douyin_author --from-beginning
2.查看所有主题
bin/kafka-topics.sh --list --zookeeper localhost:2181
3.删除 某个主题
./bin/kafka-topics.sh --delete --topic web_douyin_author --zookeeper localhost:2181
4.启动kafak
nohup bin/kafka-server-start.sh config/server.properties 1>/dev/null 2>&1 &
相关推荐
liwf 2020-11-10
sjun0 2020-11-12
做对一件事很重要 2020-09-07
BraveWangDev 2020-08-19
songshijiazuaa 2020-08-15
FanErZong 2020-07-18
大慧 2020-07-04
houjinkai 2020-06-18
LUOPING0 2020-06-16
Carlos 2020-06-16
85427617 2020-06-13
心丨悦 2020-06-13
wenjieyatou 2020-06-08
stoneechogx 2020-06-04
minggehenhao 2020-06-02
msmysql 2020-06-02
姚强 2020-06-02