ches / docker-kafka

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

Other Kafka Parameters #27

Closed carnalim closed 7 years ago

carnalim commented 7 years ago

How would I set other parameters like: log.retention.hours delete.topic.enable=true

etc?

xrl commented 7 years ago

These options needed to be exposed through the start.sh (and as matter of clarity, the Dockerfile). I have some work in progress to add them. Maybe you can steal the relevant bits here #34 .