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:18:46 UTC

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

Author: junrao
Date: Tue Jun  4 16:18:44 2013
New Revision: 1489499

URL: http://svn.apache.org/r1489499
Log:
fix default value of auto.offset.reset 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=1489499&r1=1489498&r2=1489499&view=diff
==============================================================================
--- kafka/site/08/configuration.html (original)
+++ kafka/site/08/configuration.html Tue Jun  4 16:18:44 2013
@@ -358,9 +358,9 @@
     </tr>
     <tr>
       <td>auto.offset.reset</td>
-      <td colspan="1">smallest</td>
+      <td colspan="1">largest</td>
       <td>
-        <p>What to do if an offset is out of range:<br/>* smallest : automatically reset the offset to the smallest offset<br/>* largest : automatically reset the offset to the largest offset<br/>* anything else: throw exception to the consumer</p>
+        <p>What to do when there is no initial offset in Zookeeper or if an offset is out of range:<br/>* smallest : automatically reset the offset to the smallest offset<br/>* largest : automatically reset the offset to the largest offset<br/>* anything else: throw exception to the consumer</p>
      </td>
     </tr>
     <tr>