MahsaSeifikar commented on code in PR #667: URL: https://github.com/apache/kafka-site/pull/667#discussion_r1989818516
########## 39/ops.html: ########## @@ -4070,7 +4070,13 @@ <h3>Provisioning the KRaft controller quorum</h3> # Other configs ...</code></pre> - <p>The new standalone controller in the example configuration above should be formatted using the <code>kafka-storage format --standalone</code>command.</p> + + <p> + Follow these steps to format and start a new standalone controller: + </p> + <pre><code class="language-bash"># Save the previously retrieved cluster ID from ZooKeeper +$ bin/kafka-storage.sh format --standalone -t <zk-cluster-id> -c config/kraft/controller.properties Review Comment: I can change [this line](https://github.com/apache/kafka-site/pull/667/files#diff-2935bbc848956768b4752c6bc57df93712a46d23721109e92762903cf988184bR4077) and this point. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org