Repository: kafka Updated Branches: refs/heads/trunk 7727d7a9a -> 91b5fc737
MINOR: Give correct instructions for retaining previous unclear leader election behaviour Author: Ismael Juma <[email protected]> Reviewers: Rajini Sivaram <[email protected]> Closes #3561 from ijuma/fix-upgrade-note-for-unclean-leader-election Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/91b5fc73 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/91b5fc73 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/91b5fc73 Branch: refs/heads/trunk Commit: 91b5fc737b308a4d17ca2a61dba3b039d19cdb17 Parents: 7727d7a Author: Ismael Juma <[email protected]> Authored: Sat Jul 22 10:36:12 2017 +0100 Committer: Ismael Juma <[email protected]> Committed: Sat Jul 22 10:36:12 2017 +0100 ---------------------------------------------------------------------- docs/upgrade.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/91b5fc73/docs/upgrade.html ---------------------------------------------------------------------- diff --git a/docs/upgrade.html b/docs/upgrade.html index e61f6c7..f90ced3 100644 --- a/docs/upgrade.html +++ b/docs/upgrade.html @@ -80,7 +80,7 @@ To upgrade from earlier versions, please review the <a href="#upgrade_11_0_0">0. <h5><a id="upgrade_1100_notable" href="#upgrade_1100_notable">Notable changes in 0.11.0.0</a></h5> <ul> <li>Unclean leader election is now disabled by default. The new default favors durability over availability. Users who wish to - to retain the previous behavior should set the broker config <code>unclean.leader.election.enabled</code> to <code>false</code>.</li> + to retain the previous behavior should set the broker config <code>unclean.leader.election.enable</code> to <code>true</code>.</li> <li>Producer configs <code>block.on.buffer.full</code>, <code>metadata.fetch.timeout.ms</code> and <code>timeout.ms</code> have been removed. They were initially deprecated in Kafka 0.9.0.0.</li> <li>The <code>offsets.topic.replication.factor</code> broker config is now enforced upon auto topic creation. Internal
