개인프로젝트
윈도우에서 kafka 실행방법
backend_fighting
2023. 4. 6. 15:19
728x90
1. zookeeper를 먼저 실행한다.
.\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties
2. kafka를 실행한다.
.\bin\windows\kafka-server-start.bat .\config\server.properties
728x90