You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ew...@apache.org on 2016/02/05 22:25:31 UTC

kafka git commit: KAFKA-2589: The default value for the "rebalance.backoff.ms" property is not specified correctly

Repository: kafka
Updated Branches:
  refs/heads/trunk 26efdede6 -> f29282092


KAFKA-2589: The default value for the "rebalance.backoff.ms" property is not specified correctly

… is not specified correctly

Author: Grant Henke <gr...@gmail.com>

Reviewers: Ewen Cheslack-Postava <ew...@confluent.io>

Closes #876 from granthenke/rebalance-doc


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/f2928209
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/f2928209
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/f2928209

Branch: refs/heads/trunk
Commit: f292820920a3f1b1fc52c5eba0e23b024af9156f
Parents: 26efded
Author: Grant Henke <gr...@gmail.com>
Authored: Fri Feb 5 13:25:21 2016 -0800
Committer: Ewen Cheslack-Postava <me...@ewencp.org>
Committed: Fri Feb 5 13:25:21 2016 -0800

----------------------------------------------------------------------
 docs/configuration.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/f2928209/docs/configuration.html
----------------------------------------------------------------------
diff --git a/docs/configuration.html b/docs/configuration.html
index 6079b22..e2ecde5 100644
--- a/docs/configuration.html
+++ b/docs/configuration.html
@@ -247,7 +247,8 @@ The essential old consumer configurations are the following:
     <tr>
       <td>rebalance.backoff.ms</td>
       <td>2000</td>
-      <td>Backoff time between retries during rebalance.</td>
+      <td>Backoff time between retries during rebalance. If not set explicitly, the value in zookeeper.sync.time.ms is used.
+      </td>
     </tr>
     <tr>
       <td>refresh.leader.backoff.ms</td>