mirror of https://github.com/apache/kafka.git
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:
parent
26efdede6c
commit
f292820920
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue