|
|
|
@@ -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 |