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 <[email protected]> Reviewers: Ewen Cheslack-Postava <[email protected]> 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 <[email protected]> Authored: Fri Feb 5 13:25:21 2016 -0800 Committer: Ewen Cheslack-Postava <[email protected]> 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>
