카테고리 없음

맥북에서 homebrew를 이용한 kafka 설치 방법

sungw00 2025. 9. 8. 22:11
728x90

Homebrew가 없다면 설치하기 !

https://brew.sh/

 

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