diff --git a/34/ops.html b/34/ops.html index 4e590e6b1..b8db9bd92 100644 --- a/34/ops.html +++ b/34/ops.html @@ -3685,6 +3685,8 @@

Provisioning the KRaft controller quorum

# Other configs ... +

Note: The migration can stall if the ZooKeeper Security Migration Tool was previously executed (see KAFKA-19026 for more details). As a workaround, the malformed "/migration" node can be removed from ZooKeeper by running delete /migration with the zookeeper-shell.sh CLI tool.

+

Note: The KRaft cluster node.id values must be different from any existing ZK broker broker.id. In KRaft-mode, the brokers and controllers share the same Node ID namespace.

diff --git a/35/ops.html b/35/ops.html index 44ade2529..27257f8cb 100644 --- a/35/ops.html +++ b/35/ops.html @@ -3704,6 +3704,8 @@

Provisioning the KRaft controller quorum

# Other configs ... +

Note: The migration can stall if the ZooKeeper Security Migration Tool was previously executed (see KAFKA-19026 for more details). As a workaround, the malformed "/migration" node can be removed from ZooKeeper by running delete /migration with the zookeeper-shell.sh CLI tool.

+

Note: The KRaft cluster node.id values must be different from any existing ZK broker broker.id. In KRaft-mode, the brokers and controllers share the same Node ID namespace.

diff --git a/36/ops.html b/36/ops.html index 133b48ee1..66436ad92 100644 --- a/36/ops.html +++ b/36/ops.html @@ -3852,6 +3852,8 @@

Provisioning the KRaft controller quorum

# Other configs ... +

Note: The migration can stall if the ZooKeeper Security Migration Tool was previously executed (see KAFKA-19026 for more details). As a workaround, the malformed "/migration" node can be removed from ZooKeeper by running delete /migration with the zookeeper-shell.sh CLI tool.

+

Note: The KRaft cluster node.id values must be different from any existing ZK broker broker.id. In KRaft-mode, the brokers and controllers share the same Node ID namespace.

diff --git a/37/ops.html b/37/ops.html index 73a192a18..5dfed7968 100644 --- a/37/ops.html +++ b/37/ops.html @@ -3928,6 +3928,8 @@

Provisioning the KRaft controller quorum

# Other configs ... +

Note: The migration can stall if the ZooKeeper Security Migration Tool was previously executed (see KAFKA-19026 for more details). As a workaround, the malformed "/migration" node can be removed from ZooKeeper by running delete /migration with the zookeeper-shell.sh CLI tool.

+

Note: The KRaft cluster node.id values must be different from any existing ZK broker broker.id. In KRaft-mode, the brokers and controllers share the same Node ID namespace.

diff --git a/38/ops.html b/38/ops.html index 27666303c..2c75f0e88 100644 --- a/38/ops.html +++ b/38/ops.html @@ -3933,6 +3933,8 @@

Provisioning the KRaft controller quorum

# Other configs ... +

Note: The migration can stall if the ZooKeeper Security Migration Tool was previously executed (see KAFKA-19026 for more details). As a workaround, the malformed "/migration" node can be removed from ZooKeeper by running delete /migration with the zookeeper-shell.sh CLI tool.

+

Note: The KRaft cluster node.id values must be different from any existing ZK broker broker.id. In KRaft-mode, the brokers and controllers share the same Node ID namespace.

diff --git a/39/ops.html b/39/ops.html index 646d1c3ca..076ec20a3 100644 --- a/39/ops.html +++ b/39/ops.html @@ -4083,6 +4083,8 @@

Provisioning the KRaft controller quorum

$ bin/kafka-storage.sh format --standalone -t <zk-cluster-id> -c config/kraft/controller.properties $ bin/kafka-server-start.sh config/kraft/controller.properties +

Note: The migration can stall if the ZooKeeper Security Migration Tool was previously executed (see KAFKA-19026 for more details). As a workaround, the malformed "/migration" node can be removed from ZooKeeper by running delete /migration with the zookeeper-shell.sh CLI tool.

+

Note: The KRaft cluster node.id values must be different from any existing ZK broker broker.id. In KRaft-mode, the brokers and controllers share the same Node ID namespace.