$ bin/kafka-storage.sh random-uuid
cKUMbEGERui8cHUhwdc6XA
$ bin/kafka-storage.sh format -t cKUMbEGERui8cHUhwdc6XA -c config/kraft/server.properties
Formatting /tmp/kraft-combined-logs with metadata.version 3.6-IV2.
$ bin/kafka-server-start.sh config/kraft/server.properties
$ bin/kafka-broker-api-versions.sh --bootstrap-server localhost:9092 --version
3.6.2
- 카프카 바이너리 다운로드 링크 : https://kafka.apache.org/downloads
bin/kafka-storage.sh 로 따로 파일과 디렉토리를 만들어야 하는 이유
bin/kafka-storage.sh 스크립트를 사용하여 별도의 파일과 디렉토리를 만드는 이유는 성능 최적화, 데이터 관리 용이성, 안정성 및 복구 편의성을 확보하기 위함.
반응형
'빅데이터 > Kafka' 카테고리의 다른 글
카프카 컨슈머의 auto.offset.reset 옵션을 반드시 earliest로 변경해야 하는 이유 (1) | 2024.02.05 |
---|---|
카프카에서 계층 저장소(Tiered storage)가 필요한 이유 (0) | 2023.10.20 |
신뢰성 있는 카프카 애플리케이션을 만드는 3가지 방법 (0) | 2023.09.22 |
카프카 프로듀서의 acks=all 옵션은 사실(?) 느리지 않다! (0) | 2023.08.08 |
기존에 생성된 compact topic의 cleanup.policy를 변경하는 방법 (1) | 2023.06.30 |
Compacted topic에 null key 레코드를 전송하면? (1) | 2023.06.30 |