Skip to content

Commit

Permalink
Merge pull request #2 from mata-elang-stable/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
hitohiros authored Feb 25, 2023
2 parents 58ad986 + b757381 commit 98206bc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ services:
environment:
MQTT_HOST: 172.17.0.1
MQTT_PORT: 1883
MQTT_USERNAME:
MQTT_PASSWORD:
MQTT_USERNAME: mataelang
MQTT_PASSWORD: mataelang
MQTT_TOPIC: mataelang/sensor/v3/+
KAFKA_BOOSTRAP_SERVERS: kafka:9092
KAFKA_PRODUCE_TOPIC: sensor_events
Expand Down Expand Up @@ -64,6 +64,9 @@ services:
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1
KAFKA_TRANSACTION_STATE_LOG_MIN_ISR: 1
KAFKA_TRANSACTION_STATE_LOG_REPLICATION_FACTOR: 1
KAFKA_LOG_SEGMENT_BYTES: 536870912 # 512MB
KAFKA_LOG_RETENTION_BYTES: 536870912 # 512MB
KAFKA_LOG_RETENTION_MS: 86400000 # 1 day
volumes:
- kafka_data:/var/lib/kafka/data
deploy:
Expand Down

0 comments on commit 98206bc

Please sign in to comment.