728x90
Homebrew가 없다면 설치하기 !
Homebrew
The Missing Package Manager for macOS (or Linux).
brew.sh
그 이후 아래 명령어로 설치 진행~
$ brew install kafka
카프카 실행 / 종료 명령어
# 실행 명령어
$ brew services start kafka
# 실행 성공.
==> Successfully started `kafka` (label: homebrew.mxcl.kafka)
# 종료 명령어
$ brew services stop kafka
728x90