Skip to content

Commit 89335e8

Browse files
Merge upstream develop
2 parents 27a8ce6 + f42652f commit 89335e8

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,11 @@ services:
126126
KAFKA_TRANSACTION_STATE_LOG_MIN_ISR: 1
127127
KAFKA_GROUP_INITIAL_REBALANCE_DELAY_MS: 0
128128
KAFKA_NUM_PARTITIONS: 3
129+
KAFKA_LOG_DIRS: /var/lib/kafka/data
129130
ports:
130131
- 9092:9092
132+
volumes:
133+
- kafka-data:/var/lib/kafka/data
131134

132135
kafka-ui:
133136
image: docker.redpanda.com/redpandadata/console:latest
@@ -154,3 +157,4 @@ networks:
154157
volumes:
155158
postgres-data:
156159
rustfs-data:
160+
kafka-data:

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)