You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MINOR: update kraft dynamic voter set doc (#20401)
Update the KRaft dynamic voter set documentation. In Kafka 4.1, we
introduced a powerful new feature that enables seamless migration from a
static voter set to a dynamic voter set.
Reviewers: Ken Huang <[email protected]>, TengYao Chi
<[email protected]>, Chia-Ping Tsai <[email protected]>
$ bin/kafka-storage.sh format -t KAFKA_CLUSTER_ID --feature kraft.version=1 -c controller.properties
4109
-
Cannot set kraft.version to 1 unless KIP-853 configuration is present. Try removing the --feature flag for kraft.version.
4110
4109
</code></pre><p>
4111
4110
4112
-
Note: Currently it is <b>not</b> possible to convert clusters using a static controller quorum to
4113
-
use a dynamic controller quorum. This function will be supported in the future release.
4111
+
Note: To migrate from static voter set to dynamic voter set, please refer to the <ahref="#kraft_upgrade">Upgrade</a> section.
4114
4112
4115
4113
<h5class="anchor-heading"><aid="kraft_reconfig_add"class="anchor-link"></a><ahref="#kraft_reconfig_add">Add New Controller</a></h5>
4116
4114
If a dynamic controller cluster already exists, it can be expanded by first provisioning a new controller using the <ahref="#kraft_nodes_observers">kafka-storage.sh tool</a> and starting the controller.
0 commit comments