소스 검색

chore: add settings topic to init script

master
Blaz Smehov 2 일 전
부모
커밋
d69952a36d
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. +6
    -1
      build/init-scripts/create_topic.sh

+ 6
- 1
build/init-scripts/create_topic.sh 파일 보기

@@ -15,7 +15,12 @@
--create --if-not-exists --topic alertbeacons \
--partitions 1 --replication-factor 1

# create topic alertBeacons
# create topic locevents
/opt/kafka/bin/kafka-topics.sh --bootstrap-server kafka:29092 \
--create --if-not-exists --topic locevents \
--partitions 1 --replication-factor 1

# create topic settings
/opt/kafka/bin/kafka-topics.sh --bootstrap-server kafka:29092 \
--create --if-not-exists --topic settings \
--partitions 1 --replication-factor 1

불러오는 중...
취소
저장