简体   繁体   English

Windows10 上的 Kafka、Linux/Docker 和 IntelliJ

[英]Kafka, Linux/Docker and IntelliJ on Windows10

I'm going down the 100DaysKafka path.我要走 100DaysKafka 的道路。 It appears that the Confluent platform only runs on Linux via Docker.似乎 Confluent 平台仅通过 Docker 在 Linux 上运行。 I do my Java development using IntelliJ and Windows 10. Is this a dead-end waste of time or can IntelliJ hook into the running Linux Kafka instance?我使用 IntelliJ 和 Windows 进行 Java 开发 10. 这是在浪费时间还是 IntelliJ 实例可以连接到正在运行的 Linux Kafka? Thanks!谢谢!

via Docker通过 Docker

This is false.这是错误的。 Confluent Platform doesn't support Windows, meaning some tools like the Schema Registry and KSQL and Control Center don't offer startup scripts for Windows. Confluent Platform 不支持Windows,这意味着 Schema Registry 和 KSQL 和控制中心等工具不提供 Windows 的启动脚本。

Doesn't mean it's not possible to run Kafka or Zookeeper, which sounds like all you want.并不意味着无法运行 Kafka 或 Zookeeper,这听起来就像你想要的。 - How to install Kafka on Windows? - 如何在 Windows 上安装 Kafka?

You don't need Intellij to "hook into" anything.您不需要 Intellij 来“挂钩”任何东西。 That's also not really proper terminology unless you are planning on actually contributing to the Kafka source code.除非您计划实际为 Kafka 源代码做出贡献,否则这也不是真正合适的术语。 If you're just writing a client, it makes a TCP connection, which works fine over localhost.如果您只是在编写一个客户端,它会建立一个 TCP 连接,该连接在 localhost 上运行良好。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在 Windows10 与 Debian GNU/Linux 10 中生成不同输出的数值过程 - Numerical Procedure generating different outputs in Windows10 vs Debian GNU/Linux 10 Docker 复制 - Windows 10 - Docker COPY - Windows 10 Linux docker 基于 Windows - Linux docker build on Windows In Docker Desktop for windows 10 with WSL2, where does docker containers live & how Linux containers can run a java app, but not windows nanoserver? - In Docker Desktop for windows 10 with WSL2, where does docker containers live & how Linux containers can run a java app, but not windows nanoserver? 导出/保存? Linux 上的 Docker 容器到硬盘,以便在没有 Hyper-V 的情况下在 Windows 10 中导入/加载它? - Export/Save? Docker container on Linux to hard drive in order to Import/Load it in Windows 10 without Hyper-V? 如何从Windows 10主机访问Linux Docker Container的TCP端口 - How to access Linux Docker Container's TCP Port from windows 10 host 如何提高在 Windows 10 上运行 R 脚本的基于 Linux 的 Docker 桌面容器的性能? - How can I improve the performance of Linux-based Docker Desktop containers running R scripts on Windows 10? Windows 10上的TurtleSim Display Linux - TurtleSim Display Linux on Windows 10 Windows 10 Docker - 找不到入口点 - Windows 10 Docker - Entrypoint not found 在docker窗口上运行linux容器 - Running linux container on docker windows
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM