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

… is not specified correctly

Author: Grant Henke <granthenke@gmail.com>

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

Closes #876 from granthenke/rebalance-doc
This commit is contained in:
Grant Henke 2016-02-05 13:25:21 -08:00 committed by Ewen Cheslack-Postava
parent 26efdede6c
commit f292820920
1 changed files with 2 additions and 1 deletions

View File

@ -247,7 +247,8 @@ The essential old consumer configurations are the following:
<tr> <tr>
<td>rebalance.backoff.ms</td> <td>rebalance.backoff.ms</td>
<td>2000</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>
<tr> <tr>
<td>refresh.leader.backoff.ms</td> <td>refresh.leader.backoff.ms</td>