docker-kafka
docker-kafka copied to clipboard
Configure list of topics to be created
Support KAFKA_CREATE_TOPICS, which is a comma separated list of:
<name>:<n_partitions>:<repl_factor>
Code copied from https://github.com/wurstmeister/kafka-docker under the ASL v2 license.
Thanks @bcwalrus, great addition. I was about to start working on it. Hopefully this will get merged soon.