Windows 上的融合平台,没有 Docker
Confluent platform on Windows without Docker
我在 Windows 中使用以下命令 运行nning Kafka 和 Zookeeper:
zookeeper-server-start.bat config/zookeeper.properties
kafka-server-start.bat config/server.properties.
1.在没有 docker 的情况下,如何在 Windows 上 运行 模式注册?
我已经阅读了 confluent 文档,上面写着 "Windows users can download and use the ZIP and TAR archives, but must run the JAR files directly."
我已经下载了 confluent tar 存档并且能够看到 bin 等、lib、share、src 文件夹。
2.where 罐子找到了吗?我怎样才能直接 运行 Jars?
简单来说,答案是 "no"。如果您将检查 Confluent 发行版,则没有 windows 可用的发行版。
还有其他选项,例如 "cygwin" 或我最喜欢的 "ubuntu on windows" link - https://www.microsoft.com/en-gb/p/ubuntu/9nblggh4msv6?activetab=pivot:overviewtab.
希望对您有所帮助。
我在 Windows 中使用以下命令 运行nning Kafka 和 Zookeeper:
zookeeper-server-start.bat config/zookeeper.properties
kafka-server-start.bat config/server.properties.
1.在没有 docker 的情况下,如何在 Windows 上 运行 模式注册?
我已经阅读了 confluent 文档,上面写着 "Windows users can download and use the ZIP and TAR archives, but must run the JAR files directly." 我已经下载了 confluent tar 存档并且能够看到 bin 等、lib、share、src 文件夹。
2.where 罐子找到了吗?我怎样才能直接 运行 Jars?
简单来说,答案是 "no"。如果您将检查 Confluent 发行版,则没有 windows 可用的发行版。
还有其他选项,例如 "cygwin" 或我最喜欢的 "ubuntu on windows" link - https://www.microsoft.com/en-gb/p/ubuntu/9nblggh4msv6?activetab=pivot:overviewtab.
希望对您有所帮助。