Kishore
You can create a bat file and copy your respective path
*cd C:\kafka_2.10-0.10.2.0-SNAPSHOTtitle "9092:0" &
.\bin\windows\kafka-server-start.bat config\server.properties*
Courtesy
Abhit
!wq
On Mon, Dec 11, 2017 at 4:27 PM, kish babu wrote:
> Hi,
> I am trying to setup Kafka on my w
In the guide, note the following (see bin/windows):
change the script extension to .bat
On Mon, Dec 11, 2017 at 2:57 AM, kish babu wrote:
> Hi,
> I am trying to setup Kafka on my windows box which has no cygwin.
>
> I am following instructions from
>
> https://kafka.apache.org/quickstart
>
> Fi