【发布时间】:2022-04-24 11:21:12
【问题描述】:
Zookeper 已在 windows env 中启动并运行。现在当我使用
启动 Kafka 服务器时.\bin\windows\kafka-server-start.bat .\config\server.properties
什么都不显示
G:\Apache Kafka\kafka_2.11-0.11.0.0\kafka_2.11-0.11.0.0>.\bin\windows\kafka-serv
er-start.bat .\config\server.properties
G:\Apache Kafka\kafka_2.11-0.11.0.0\kafka_2.11-0.11.0.0>
我正在关注this的文章。
【问题讨论】:
-
“kafka-serv
er-start.bat”中的空格是您的问题中的错字还是命令行中的错误? -
出现是因为从cmd复制粘贴
标签: apache-kafka