docker-kafka icon indicating copy to clipboard operation
docker-kafka copied to clipboard

Configure list of topics to be created

Open bcwalrus opened this issue 10 years ago • 1 comments

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.

bcwalrus avatar Jan 09 '16 01:01 bcwalrus

Thanks @bcwalrus, great addition. I was about to start working on it. Hopefully this will get merged soon.

s7anley avatar Jan 12 '16 13:01 s7anley