Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Conversation

bcwalrus
Copy link

@bcwalrus bcwalrus commented Jan 9, 2016

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 bcwalrus force-pushed the upstream branch 2 times, most recently from e837807 to f04cf1c Compare January 10, 2016 01:12
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.
@s7anley
Copy link

s7anley commented Jan 12, 2016

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

zoidyzoidzoid added a commit to Superbalist/docker-kafka that referenced this pull request Feb 17, 2016
zoidyzoidzoid added a commit to Superbalist/docker-kafka that referenced this pull request Feb 17, 2016
We were running Kafka in the background, and use the startup script to
create topics after Kafka has started. Instead, create the Kafka topics
in a subprocess (especially since it'll wait for Kafka to start), and
exec Kafka to keep the supervisor chain of control.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants