ppatierno commented on code in PR #15012: URL: https://github.com/apache/kafka/pull/15012#discussion_r1426534306
########## docs/ops.html: ########## @@ -3895,7 +3895,13 @@ <h3>Migrating brokers to KRaft</h3> <h3>Reverting to ZooKeeper mode During the Migration</h3> While the cluster is still in migration mode, it is possible to revert to ZK mode. In order to do this: <ol> - <li>One by one, take each KRaft broker down. Remove the __cluster_metadata directory on the broker. Then, restart the broker in ZooKeeper mode.</li> + <li> + One by one, take each KRaft broker down. + Remove the __cluster_metadata directory on the broker. + Remove the zookeeper.metadata.migration.enable flag and the KRaft controllers related configuration like controller.quorum.voters + and controller.listener.names from the broker configuration properties file. + Then, restart the broker in ZooKeeper mode. + </li> Review Comment: So we are already in a ordered list, where the first step (about shutting down brokers) should be broken in other sub-steps. So I made the change by having the list item including an unordered list with the sub-steps. Let me know what you think this way. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org