apache-kafkaapache-zookeeper

Kafka does not start blank output


Im workign to install Kafa and Zookeeper.

I have already run the Zookeeper and it is currently running. I set up everything as in [https://dzone.com/articles/running-apache-kafka-on-windows-os]

when i finally run in my cmd,

.\bin\windows\kafka-server-start.bat .\config\server.properties

there is no output, it just moves shows the next command line started. Kafka does not start with no errors Please help me out.


Solution

  • Solution that worked for me:

    1. Create the logs folder and mention it on the sever.properties, it will not create the folder automatically.

    2. go to your cmd and run kafka-server-start.bat D:\<pathofkafka>\config\server.properties

    Thanks!