Re: Running Kafka from source in Windows

2019-07-02 Thread Bruno Cadonna
Hi Manish, I have never installed Kafka on Windows, I can just point you to some relevant information. See for example the following e-mail on the user mailing list about running Kafka on Windows:

Re: Running Kafka from source in Windows

2019-07-02 Thread Manish G
Thanks Bruno. A question here: Running Kafka this way OR using WSL for it? Which one is a better choice? On Tue, Jul 2, 2019 at 1:19 PM Bruno Cadonna wrote: > Hi Manish, > > two bug reports have been already filed for this issue. > > https://issues.apache.org/jira/browse/KAFKA-6988 >

Re: Running Kafka from source in Windows

2019-07-02 Thread Bruno Cadonna
Hi Manish, two bug reports have been already filed for this issue. https://issues.apache.org/jira/browse/KAFKA-6988 https://issues.apache.org/jira/browse/KAFKA-7998 You can find a description of the root cause and work-arounds in the bug reports and the following GitHub issue:

Running Kafka from source in Windows

2019-07-01 Thread Manish G
Hi, I am trying to run Kafka(in Windows 10) from source code I cloned from github. I start with command: .\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties I get error: The input line is too long. The syntax of the command is incorrect. What mistake am I making? My aim