Repository: kafka Updated Branches: refs/heads/0.9.0 8f23db4c6 -> 8abbf95e9
KAFKA-2589: The default value for the "rebalance.backoff.ms" property is not specified correctly ⦠is not specified correctly Author: Grant Henke <[email protected]> Reviewers: Ewen Cheslack-Postava <[email protected]> Closes #876 from granthenke/rebalance-doc (cherry picked from commit f292820920a3f1b1fc52c5eba0e23b024af9156f) Signed-off-by: Ewen Cheslack-Postava <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/8abbf95e Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/8abbf95e Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/8abbf95e Branch: refs/heads/0.9.0 Commit: 8abbf95e9ae6664643d248f6e383a1eccf654879 Parents: 8f23db4 Author: Grant Henke <[email protected]> Authored: Fri Feb 5 13:25:21 2016 -0800 Committer: Ewen Cheslack-Postava <[email protected]> Committed: Fri Feb 5 13:25:36 2016 -0800 ---------------------------------------------------------------------- docs/configuration.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/8abbf95e/docs/configuration.html ---------------------------------------------------------------------- diff --git a/docs/configuration.html b/docs/configuration.html index 3a8abd9..b633540 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>
