I have preconfigured zookeeper and kafka using the following link used follow link : https://dzone.com/articles/running-apache-kafka-on-windows-os
After making all the changes, I execute this command in cmd prompt :
.\bin\windows\kafka-server-start.bat .\config\server.properties
but the following error is thrown :
'wmic' is not recognized as an internal or external command, operable program or batch file.
Can someone help me ?