Use tmpfs for zookeeper datalog

Fixes "ERROR Error while creating ephemeral at /brokers/ids/1002, node already exist"
See https://github.com/wurstmeister/kafka-docker/issues/389
This commit is contained in:
2022-02-17 20:35:22 +01:00
parent 823d46389f
commit 6e63b7cacd

View File

@@ -17,6 +17,8 @@ services:
- ALLOW_ANONYMOUS_LOGIN=yes - ALLOW_ANONYMOUS_LOGIN=yes
networks: networks:
- kafka-cluster - kafka-cluster
tmpfs:
- "/datalog"
kafka1: kafka1:
image: bitnami/kafka:3.1.0 image: bitnami/kafka:3.1.0