Starting and Resolving Kafka-related Issues on Windows
Running Kafka in Windows

Take help from the below two links to run Kafka on Windows
1] https://www.geeksforgeeks.org/how-to-install-and-run-apache-kafka-on-windows/
2] https://dzone.com/articles/running-apache-kafka-on-windows-os
Errors I faced on starting Kafka on Windows:
1] The input line is too long when starting Kafka
References: https://stackoverflow.com/questions/48834927/the-input-line-is-too-long-when-starting-kafka#:~:text=This%20happens%20because%20path%20gets,and%20then%20start%20zookeeper%20server.&text=Save%20this%20answer.,-Show%20activity%20on
2] How can I solve this no such file log error in Kafka quickstart?
References: https://stackoverflow.com/questions/66505037/how-can-i-solve-this-no-such-file-log-error-in-kafka-quickstart
3] classpath is empty. please build the project first
References: https://stackoverflow.com/questions/34081336/classpath-is-empty-please-build-the-project-first
Let me know if you face any other issues while starting Kafka. Thank You!