Skip to content

Commit 06d7b9e

Browse files
committed
Document KAFKA_CREATE_TOPICS
which comes from spotify/pull/29
1 parent 940a028 commit 06d7b9e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

kafka/scripts/start-kafka.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# * LOG_RETENTION_HOURS: the minimum age of a log file in hours to be eligible for deletion (default is 168, for 1 week)
88
# * LOG_RETENTION_BYTES: configure the size at which segments are pruned from the log, (default is 1073741824, for 1GB)
99
# * NUM_PARTITIONS: configure the default number of log partitions per topic
10+
# * KAFKA_CREATE_TOPICS: configure topics to be created at start up in the form of CSV of <topic:n_partitions:repl_factor>, e.g. "foo:1:1"
1011

1112
KAFKA_HOME=/opt/kafka
1213

0 commit comments

Comments
 (0)