Skip to content

Commit c5b818b

Browse files
committed
Auto create topics, in our experience, creates more pains than it solves
so we want to undo #107. It was partially based on a false assumption, as pointed out in #101 (comment) Topics are created not only at produce but also at for example kafkacat -C. Typos cost us more time than it would take to automate topic creation and run ./bin/kafka-topics.sh in a temporary pod when we haven't automated.
1 parent 198666d commit c5b818b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/10broker-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ data:
6262
6363
min.insync.replicas=2
6464
65-
auto.create.topics.enable=true
65+
auto.create.topics.enable=false
6666
6767
# The number of threads per data directory to be used for log recovery at startup and flushing at shutdown.
6868
# This value is recommended to be increased for installations with data dirs located in RAID array.

0 commit comments

Comments
 (0)