You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2013/06/04 18:23:00 UTC

svn commit: r1489500 - /kafka/site/08/configuration.html

Author: junrao
Date: Tue Jun  4 16:22:56 2013
New Revision: 1489500

URL: http://svn.apache.org/r1489500
Log:
add missing ) in 0.8 configs

Modified:
    kafka/site/08/configuration.html

Modified: kafka/site/08/configuration.html
URL: http://svn.apache.org/viewvc/kafka/site/08/configuration.html?rev=1489500&r1=1489499&r2=1489500&view=diff
==============================================================================
--- kafka/site/08/configuration.html (original)
+++ kafka/site/08/configuration.html Tue Jun  4 16:22:56 2013
@@ -292,7 +292,7 @@
     <tr>
       <td>zookeeper.connect</td>
       <td colspan="1"></td>
-      <td>Specifies the zookeeper connection string in the form hostname:port/chroot. Here the chroot is a base directory which is prepended to all path operations (this effectively namespaces all kafka znodes to allow sharing with other applications on the same zookeeper cluster.</td>
+      <td>Specifies the zookeeper connection string in the form hostname:port/chroot. Here the chroot is a base directory which is prepended to all path operations (this effectively namespaces all kafka znodes to allow sharing with other applications on the same zookeeper cluster).</td>
     </tr>
     <tr>
       <td>consumer.id</td>