当前位置:   article > 正文

windows下kafka常用命令行

windows下kafka常用命令行

1.启动/关闭zookeeper

.\windows\zookeeper-server-start.bat ..\config\zookeeper.properties

.\windows\zookeeper-server-stop.bat ..\config\zookeeper.properties

 2. 启动/关闭kafka

.\windows\kafka-server-start.bat ..\config\server.properties

.\windows\kafka-server-stop.bat ..\config\server.properties

3. 消费消息

.\windows\kafka-console-consumer.bat --bootstrap-server localhost:9092 --from-beginning --topic test

4.创建消息

.\windows\kafka-console-producer.bat --broker-list localhost:9092 --topic test

5.创建topic

.\windows\kafka-topics.bat --create -zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic test

6.删除topic

.\windows\kafka-topics.bat — zookeeper localhost:2181 --delete --topic test

7.查询topic列表

.\windows\kafka-topics.bat --list --zookeeper localhost:2181

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/400276
推荐阅读
相关标签
  

闽ICP备14008679号