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: https://github.com/kafka-dev/kafka/issues/61 Best, Bruno On Mon, Jul 1, 2019 at 2:27 PM Manish G <manish.c.ghildi...@gmail.com> wrote: > > 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 is to get Kafka up and running in my Windows machine, and then make > code changes to test the changes. > > With regards > Manish