我正在尝试通过执行以下命令在Windows中创建一个Kafka主题:
./bin/kafka-topics.sh --create --topic quickstart-events --bootstrap-server localhost:9092
执行时,Visual Studio Code会打开并显示kafka-topics.sh的内容,而不创建主题。
在我的PowerShell终端中显示的唯一内容是
update#setState idle
和
update#setState checking for updates
有没有人对如何解决这个问题有想法?
1条答案
按热度按时间zdwk9cvp1#
Windows不使用shell文件
您需要使用包含的windows\kafka-topics.bat脚本
或者您需要在WSL 2、Docker或Linux VM等中运行shell脚本(和Kafka