Kafka Service Not Running on Windows Server 2025

2025-02-06 Thread Vikas Tarlekar
Dear Kafka Users, I hope this message finds you well. I am currently experiencing an issue with running the Kafka service on a Windows Server 2025 environment. Despite multiple attempts, the service fails to start, and the Event Viewer logs show the following error message: The Feeder Automation

Re: HashiCorp config provider for Kafka Connect

2025-02-06 Thread Raphael Mazelier
We do this at work but with custom "tooling". It works this way. We create env variables from secret created by external secret operator (read from vault). Then we add an pre-init shell script that made the substitution where needed. Best On 06/02/2025 13:30, Prateek Kohli wrote: > Hi, > > I a

Under replicated partition

2025-02-06 Thread Ernar Ratbek
Good day! I have 9 broker nodes and 3 craft controller nodes. It is at night that I receive alerts There are 2 under replicated partitions. And it resolves after about 30 seconds. From the logs you can see: [2025-02-04 02:13:16,421] INFO [Partition colvir.deposit.getclientdeposits.in-10 broker=11]

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

HashiCorp config provider for Kafka Connect

2025-02-06 Thread Prateek Kohli
Hi, I am planning to create Kafka Connect Docker images and deploy them in a Kubernetes cluster. I want to fetch sensitive configurations at both the worker and connector levels from HashiCorp Vault. The authentication method I can use to log in to Vault is Kubernetes authentication. Worker le