Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
suslmk-lee committed Nov 26, 2024
1 parent b6f26d7 commit d9b76ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
KAFKA_HOST: "103.218.158.217"
KAFKA_PORT: "31092"
KAFKA_TOPIC: "cp-db-topic"
KAFKA_GROUP_ID: "zim-consumer-group"
KAFKA_GROUP_ID: "iot-data-group"
INIT_DB_SCHEMA: |
CREATE TABLE IF NOT EXISTS iot_data (
device VARCHAR(50),
Expand Down

0 comments on commit d9b76ac

Please sign in to comment.