Skip to content

Commit

Permalink
kafka broker should create topics with multiple partitions.
Browse files Browse the repository at this point in the history
Closes-Bug:1665473

Change-Id: Ie90ae777834b6144d60ef756ad4d072eba5a412f
  • Loading branch information
anishmehta committed Feb 16, 2017
1 parent 29c3a8e commit 3f36e6d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -65,6 +65,7 @@
'zookeeper.connect' => $zk_ip_port_list_str,
'default.replication.factor' => $replication_factor,
'port' => '9092',
'num.partitions' => '30',
'log.retention.bytes' => '268435456',
'log.retention.hours' => '24',
'log.cleaner.enable' => 'true',
Expand Down

0 comments on commit 3f36e6d

Please sign in to comment.