Re: [DISCUSS] Issue with Windows Batch File: "The input line is too long"

2025-01-27 Thread Ukpa Uchechi
Thanks for the insight! I’ll test using a shorter path (e.g., D:\kafka\) to see if it resolves the issue. On Mon, Jan 27, 2025 at 2:25 PM Subra I wrote: > I thought this issue has been there for a long time on Windows. I see a > similar issue too while starting kafka on Windows if the path is t

Re: [DISCUSS] Issue with Windows Batch File: "The input line is too long"

2025-01-27 Thread Subra I
I thought this issue has been there for a long time on Windows. I see a similar issue too while starting kafka on Windows if the path is too long. In my setup I have short path names. Ex: D:\kafka\. If I have longer paths like (D:\myuser\project1\kafka), it gives me an error similar to what you m

[DISCUSS] Issue with Windows Batch File: "The input line is too long"

2025-01-27 Thread Ukpa Uchechi
Hi all, I’m working on adding Windows support for the quickstart section of the Apache Kafka documentation. While testing the Windows batch file ( .\bin\windows\kafka-storage.bat), I encountered an error: (call :concat "C:\Users\HP\Downloads\kafka_2.13-3.9.0\libs\scala-library-2.13.14.jar") The