Author: junrao
Date: Wed Aug 21 17:01:34 2013
New Revision: 1516221
URL: http://svn.apache.org/r1516221
Log:
update format for per topic config in 0.8
Modified:
kafka/site/08/configuration.html
Modified: kafka/site/08/configuration.html
URL:
http://svn.apache.org/viewvc/kafka/site/08/configuration.html?rev=1516221&r1=1516220&r2=1516221&view=diff
==============================================================================
--- kafka/site/08/configuration.html (original)
+++ kafka/site/08/configuration.html Wed Aug 21 17:01:34 2013
@@ -6,6 +6,8 @@ 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").
+
<table class="data-table">
<tbody><tr>
<th>Property</th>
@@ -514,4 +516,4 @@ Essential configuration properties for t
<td>The ack timeout of the producer requests. Value must be non-negative
and non-zero</td>
</tr>
</tbody></table>
-<p>More details about producer configuration can be found in the scala class
<code>kafka.producer.ProducerConfig</code>.</p>
\ No newline at end of file
+<p>More details about producer configuration can be found in the scala class
<code>kafka.producer.ProducerConfig</code>.</p>