wiki-files/kafka/operation.md

376 B

title description published date tags editor dateCreated
基本操作 true 2022-01-20T13:13:08.033Z kafka markdown 2022-01-20T03:45:31.873Z

查看主题

进入 bin 目录

$ ./kafka-topics.sh --bootstrap-server localhost:9092 --list

删除主题

$ ./kafka-topics.sh --bootstrap-server localhost:9092 --delete --topic deleteTopic