This is an automated email from the ASF dual-hosted git repository.

mimaison pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 6b0479091 MINOR: update kraft dynamic voter set doc (#713)
6b0479091 is described below

commit 6b0479091cafe86e8fc412e0252274d3993508d3
Author: Kuan-Po Tseng <[email protected]>
AuthorDate: Mon Sep 1 20:20:05 2025 +0800

    MINOR: update kraft dynamic voter set doc (#713)
    
    
    Reviewers: Mickael Maison <[email protected]>, Luke Chen 
<[email protected]>, Federico Valeri <[email protected]>
---
 41/ops.html | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/41/ops.html b/41/ops.html
index be0bfe89e..dbb914e60 100644
--- a/41/ops.html
+++ b/41/ops.html
@@ -4106,11 +4106,9 @@ Feature: metadata.version       SupportedMinVersion: 
3.3-IV3    SupportedMaxVers
 
 <pre><code class="language-bash">
   $ bin/kafka-storage.sh format -t KAFKA_CLUSTER_ID --feature kraft.version=1 
-c controller.properties
-  Cannot set kraft.version to 1 unless KIP-853 configuration is present. Try 
removing the --feature flag for kraft.version.
 </code></pre><p>
 
-  Note: Currently it is <b>not</b> possible to convert clusters using a static 
controller quorum to
-  use a dynamic controller quorum. This function will be supported in the 
future release.
+  Note: To migrate from static voter set to dynamic voter set, please refer to 
the <a href="#kraft_upgrade">Upgrade</a> section.
 
   <h5 class="anchor-heading"><a id="kraft_reconfig_add" 
class="anchor-link"></a><a href="#kraft_reconfig_add">Add New 
Controller</a></h5>
   If a dynamic controller cluster already exists, it can be expanded by first 
provisioning a new controller using the <a 
href="#kraft_nodes_observers">kafka-storage.sh tool</a> and starting the 
controller.

Reply via email to