Author: junrao
Date: Wed Aug 28 15:00:44 2013
New Revision: 1518235
URL: http://svn.apache.org/r1518235
Log:
clarify per topic level config in 0.8 doc
Modified:
kafka/site/08/configuration.html
Modified: kafka/site/08/configuration.html
URL:
http://svn.apache.org/viewvc/kafka/site/08/configuration.html?rev=1518235&r1=1518234&r2=1518235&view=diff
==============================================================================
--- kafka/site/08/configuration.html (original)
+++ kafka/site/08/configuration.html Wed Aug 28 15:00:44 2013
@@ -6,7 +6,7 @@ The essential configurations are the fol
<li><code>zookeeper.connect</code>
</ul>
-Note that all per topic configuration properties below have the format of csv
(e.g., "topic1:value1,topic2:value2").
+Note that some configurations have both a default global setting as well as a
topic level setting. The topic level properties have the format of csv (e.g.,
"topic1:value1,topic2:value2") and they override the values in the global
setting for those specified topics.
<table class="data-table">
<tbody><tr>
@@ -116,12 +116,12 @@ Zookeeper also allows you to add a "chro
<tr>
<td>log.retention.bytes</td>
<td>-1</td>
- <td>The maximum size of the log before deleting it</td>
+ <td>The maximum size of the log per partition</td>
</tr>
<tr>
<td>log.retention.bytes.per.topic</td>
<td>""</td>
- <td>The maximum size of the log for some specific topic before deleting
it</td>
+ <td>The maximum size of the log for each partition in some specific
topics</td>
</tr>
<tr>
<td>log.cleanup.interval.mins</td>