This is an automated email from the ASF dual-hosted git repository. chia7712 pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push: new daa7aae0c1c KAFKA-19604 Document controller.quorum.auto.join.enable config in upgrade.html (#20409) daa7aae0c1c is described below commit daa7aae0c1c7f3fa4de84023c9e70bd7c6d61eb5 Author: Lan Ding <isdin...@163.com> AuthorDate: Tue Sep 16 16:34:14 2025 +0800 KAFKA-19604 Document controller.quorum.auto.join.enable config in upgrade.html (#20409) Document controller.quorum.auto.join.enable config in upgrade.html Reviewers: Chia-Ping Tsai <chia7...@gmail.com> --- docs/upgrade.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/upgrade.html b/docs/upgrade.html index c093a6eb0d7..ec417e88c6b 100644 --- a/docs/upgrade.html +++ b/docs/upgrade.html @@ -142,6 +142,11 @@ </li> </ul> </li> + <li> + The <code>controller.quorum.auto.join.enable</code> has been added to <code>QuorumConfig</code>, enabling KRaft controllers to automatically join the cluster's voter set, + and defaults to false. + For further details, please refer to <a href="https://cwiki.apache.org/confluence/x/nyH1D">KIP-853</a>. + </li> </ul> <h4><a id="upgrade_4_1_0" href="#upgrade_4_1_0">Upgrading to 4.1.0</a></h4>