Skip to content

Commit 0c70c12

Browse files
authored
Merge pull request #222 from Yolean/default-num-partitions-12
Topics now get 12 partitions by default
2 parents 41d4406 + 1b5cc8a commit 0c70c12

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
@@ -56,7 +56,7 @@ data:
5656
# The default number of log partitions per topic. More partitions allow greater
5757
# parallelism for consumption, but this will also result in more files across
5858
# the brokers.
59-
num.partitions=1
59+
num.partitions=12
6060
6161
default.replication.factor=3
6262

0 commit comments

Comments
 (0)