Notice
Recent Posts
Recent Comments
목록인프라/kafka (1)
송민준의 개발노트
[local] kafka 세팅
https://kafka.apache.org/downloads Apache Kafka Apache Kafka: A Distributed Streaming Platform. kafka.apache.org 1. 카프카 공식 사이트 들어가서 원하는 버전의 kafka 다운 2. 다운 받은 tgz 파일을 원하는 경로에 zip 풀기 - 세팅 관련 파일들은 config 폴더 - 실행 파일들은 bin 폴더, window는 bin/windows 3. 아래는 기본적인 실행 명령어 예시 cd C:\Work\kafka_2.12-3.4.0\bin\windows // 쥬키퍼 서버 zookeeper-server-start.bat ../../config/zookeeper.properties // 카프카 서버(프로듀서) kafka-s..
인프라/kafka
2023. 4. 25. 03:33