cli 명령어
유저 dir에 생성되지 않았을 경우
brew info kafka
명령어를 통해 카프카 설치 위치를 찾는다.
zookeeper
sudo /opt/homebrew/bin/zookeeper-server-start /opt/homebrew/etc/zookeeper/zoo.cfg
kafka start
sudo /opt/homebrew/bin/kafka-server-start /opt/homebrew/etc/kafka/server.properties
ref.
https://www.conduktor.io/kafka/how-to-install-apache-kafka-on-mac-with-homebrew/
https://kmooc.udemy.com/course/apache-kafka-korean/learn/lecture/36294714#notes
반응형
'Programming > Redis, Kafka' 카테고리의 다른 글
ubuntu 환경에서 redis, master-slave, sentinel 설치 (0) | 2023.05.31 |
---|---|
Redis의 특징, 개념, 장점, 단점, 목적 (0) | 2023.05.31 |
이커머스에서 redis, kafka usecase (0) | 2023.05.31 |
카프카 kafka 토픽 + producer + consumer 예제 코드 (0) | 2023.05.30 |
레디스redis 자료구조 예시 코드 (Geospatial 이용 거리 찾기 예제 포함) (0) | 2023.05.29 |