Update README.md

This commit is contained in:
kimhyungkook
2020-04-07 11:34:03 +09:00
committed by GitHub
parent 4cce65740f
commit 222980721e

View File

@@ -71,11 +71,13 @@ kubectl -n kafka exec -ti my-kafka-0 -- /usr/bin/kafka-console-consumer --bootst
- (새창)주키퍼 실행
bin/windows/zookeeper-server-start.bat config/zookeeper.properties
or
cd bin/window
zookeeper-server-start.bat ../../config/zookeeper.properties
- (새창)카프카 실행
bin/windows/kafka-server-start.bat config/server.properties.
or
cd bin/window
kafka-server-start.bat ../../config/zookeeper.properties
---- mac (brew 로 설치시)