ches / docker-kafka

Apache Kafka on Docker
https://hub.docker.com/r/ches/kafka/
146 stars 137 forks source link

Fix KAFKA_AUTO_CREATE_TOPICS_ENABLE #43

Closed bluepuma77 closed 7 years ago

bluepuma77 commented 7 years ago

I think both should be with _ENABLE as docs (parameter) and template have it.

start.sh -e "s|{{KAFKA_AUTO_CREATE_TOPICS_ENABLE}}|${KAFKA_AUTO_CREATE_TOPICS:-true}|g" \

ches commented 7 years ago

Doh, sorry for that oversight and thanks for reporting!

The fix will be in the latest tag build in a few minutes, and I'll make a release for Kafka 0.10.2.1 shortly including it as well.