showuon commented on code in PR #17572: URL: https://github.com/apache/kafka/pull/17572#discussion_r1810345175
########## docs/ops.html: ########## @@ -3802,13 +3802,13 @@ <h5 class="anchor-heading"><a id="kraft_storage_standalone" class="anchor-link"> <h5 class="anchor-heading"><a id="kraft_storage_voters" class="anchor-link"></a><a href="#kraft_storage_voters">Bootstrap with Multiple Controllers</a></h5> The KRaft cluster metadata partition can also be bootstrapped with more than one voter. This can be done by using the --initial-controllers flag: - <pre><code class="language-bash">cluster-id=$(kafka-storage random-uuid) -controller-0-uuid=$(kafka-storage random-uuid) -controller-1-uuid=$(kafka-storage random-uuid) -controller-2-uuid=$(kafka-storage random-uuid) + <pre><code class="language-bash">cluster-id=$(bin/kafka-storage.sh random-uuid) +controller-0-uuid=$(bin/kafka-storage.sh random-uuid) +controller-1-uuid=$(bin/kafka-storage.sh random-uuid) +controller-2-uuid=$(bin/kafka-storage.sh random-uuid) Review Comment: This is much clear. Thanks. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
