We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940a028 commit 06d7b9eCopy full SHA for 06d7b9e
1 file changed
kafka/scripts/start-kafka.sh
@@ -7,6 +7,7 @@
7
# * LOG_RETENTION_HOURS: the minimum age of a log file in hours to be eligible for deletion (default is 168, for 1 week)
8
# * LOG_RETENTION_BYTES: configure the size at which segments are pruned from the log, (default is 1073741824, for 1GB)
9
# * 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"
11
12
KAFKA_HOME=/opt/kafka
13
0 commit comments