Skip to content

Commit

Permalink
Enables auto create topics because there's use cases for adding
Browse files Browse the repository at this point in the history
topics at runtime, such as splitting a stream based on some business enum.
Producers and Kafka Streams apps would otherwise need to set up an AdminClient to do that.

This reverts commit: 0681cc5
  • Loading branch information
solsson committed Dec 13, 2017
1 parent 7be9797 commit de6adfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka/50kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
- --override
- log.dirs=/var/lib/kafka/data/topics
- --override
- auto.create.topics.enable=false
- auto.create.topics.enable=true
resources:
requests:
cpu: 100m
Expand Down

0 comments on commit de6adfd

Please sign in to comment.