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