Re: Kafka Service Not Running on Windows Server 2025

2025-02-07 Thread Daniel Hinojosa
Kafka was never meant to run on Windows, and it uses Linux's page cache and limits. If you are using Windows, try using it with WSL2, but it should be used only for development purposes, not production. You can also run Linux docker containers on Windows. On Thu, Feb 6, 2025 at 11:45 AM Vikas Tarl

Re: Kafka Service Not Running on Windows Server 2025

2025-02-06 Thread Ömer Şiar Baysal
Hi Vikas, Even getting it to pass process start, eventually there will be other breaking exceptions (last time I had them from nio). The reason behind this is Kafka primarily tested for Linux, so it is not really tracked for Windows compatibility. I never got it (Kafka > 3.0) working natively on M