我正在本地设置Kafka。我已经解压缩了2.12版本并启动了zookeeper。Zookeeper已启动并正在运行,但是当我尝试使用命令启动kafka时.\bin\windows\kafka-server-start.bat .\config\server.properties,它没有显示任何输出。
我也使用命令在git bash中尝试过bin/kafka-server-start.sh config/server.properties,它给出了错误
/c/kafka/kafka_2.12-2.1.0/bin/kafka-run-class.sh:第306行:C:\ Program:没有此类文件或目录。
您能为我提供解决方案吗?
apache-kafka ×1