hey-johnnypark / docker-kafka-zookeeper

Docker image for Kafka (0.10.x - 0.11.x - 1.x, 2.x) message broker including Zookeeper
https://hub.docker.com/r/johnnypark/kafka-zookeeper/
53 stars 47 forks source link

fix auto.create.topics config write #1

Closed hugo-sbg closed 7 years ago

hugo-sbg commented 7 years ago

Because it wasn't using a new line, writing the auto.create.topics config was appended to the last configuration line:

group.initial.rebalance.delay.ms=0auto.create.topics.enable=true

hey-johnnypark commented 7 years ago

Thanks