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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user