Repository: kafka Updated Branches: refs/heads/0.11.0 02c4fccf4 -> 2df4d493e
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 (cherry picked from commit 91b5fc737b308a4d17ca2a61dba3b039d19cdb17) Signed-off-by: Ismael Juma <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/2df4d493 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/2df4d493 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/2df4d493 Branch: refs/heads/0.11.0 Commit: 2df4d493e4395783550e1a0947377c2eb4db5d66 Parents: 02c4fcc 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:33 2017 +0100 ---------------------------------------------------------------------- docs/upgrade.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/2df4d493/docs/upgrade.html ---------------------------------------------------------------------- diff --git a/docs/upgrade.html b/docs/upgrade.html index 98c749c..9f0dbdf 100644 --- a/docs/upgrade.html +++ b/docs/upgrade.html @@ -67,7 +67,7 @@ <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
