Skip to content

Commit

Permalink
Merge "Setting kafka retention policy to 256MB or 24 hours. Closes-Bu…
Browse files Browse the repository at this point in the history
…g: 1619006" into R3.0
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Sep 8, 2016
2 parents c1a7d1d + 95f706c commit f372583
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -59,6 +59,8 @@
'zookeeper.connect' => $zk_ip_port_list_str,
'default.replication.factor' => $replication_factor,
'port' => '9092',
'log.retention.bytes' => '268435456',
'log.retention.hours' => '24',
'log.cleaner.enable' => 'true',
'log.cleanup.policy' => 'compact',
'delete.topic.enable' => 'true',
Expand Down

0 comments on commit f372583

Please sign in to comment.