In the kafka home folder, create a start script like
D:\apps\kafka_2.12-2.2.0\start.bat
start "Zookeeper" bin\windows\zookeeper-server-start.bat "config\zookeeper.properties"
start "Kafka" bin\windows\kafka-server-start.bat "config\server.properties"
No comments:
Post a Comment