MINOR: Update design.html

Since 0.9.0.1 Configuration parameter log.cleaner.enable is now true by default.

Author: Nihed MBAREK <nihedmm@gmail.com>

Reviewers: Ismael Juma <ismael@juma.me.uk>

Closes #1592 from nihed/patch-1
This commit is contained in:
Nihed Bbarek 2016-07-09 02:07:46 +01:00 committed by Ismael Juma
parent 4b5ed36c22
commit c2459d3251
1 changed files with 2 additions and 3 deletions

View File

@ -339,9 +339,8 @@ Log compaction is handled by the log cleaner, a pool of background threads that
<p>
<h4><a id="design_compactionconfig" href="#design_compactionconfig">Configuring The Log Cleaner</a></h4>
The log cleaner is disabled by default. To enable it set the server config
<pre> log.cleaner.enable=true</pre>
This will start the pool of cleaner threads. To enable log cleaning on a particular topic you can add the log-specific property
The log cleaner is enabled by default. This will start the pool of cleaner threads.
To enable log cleaning on a particular topic you can add the log-specific property
<pre> log.cleanup.policy=compact</pre>
This can be done either at topic creation time or using the alter topic command.
<p>