0
点赞
收藏
分享

微信扫一扫

kafka启动

启动Zookeeper

zkserver

启动服务

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

kafka启动_bootstrap

启动生产者

kafka-console-producer.bat --broker-list localhost:9092 --topic user

启动消防者监听消息

kafka-console-consumer.bat --bootstrap-server localhost:9092 --topic user

kafka启动_kafka_02


举报

相关推荐

0 条评论