rondagostino commented on code in PR #14160:
URL: https://github.com/apache/kafka/pull/14160#discussion_r1286234750


##########
docs/ops.html:
##########
@@ -3778,6 +3778,14 @@ <h3>Migrating brokers to KRaft</h3>
     Each broker is restarted with a KRaft configuration until the entire 
cluster is running in KRaft mode.
   </p>
 
+  <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, and restart the broker as 
KRaft.</li>

Review Comment:
   s/restart the broker as KRaft/restart the broker as ZooKeeper/



##########
docs/ops.html:
##########
@@ -3615,7 +3615,7 @@ <h4 class="anchor-heading"><a id="kraft_zk_migration" 
class="anchor-link"></a><a
   <p>The following features are not yet supported for ZK to KRaft 
migrations:</p>
 
   <ul>
-    <li>Downgrading to ZooKeeper mode during or after the migration</li>
+    <li>Reverting to ZooKeeper mode after the migration</li>
     <li>Other features <a href="#kraft_missing">not yet supported in 
KRaft</a></li>
   </ul>

Review Comment:
   I'm not sure we should say "Reverting to ZooKeeper mode after the migration" 
since the implication is that this isn't supported **yet**.  In fact it will 
never be supported.  So maybe this should just point to the list of unsupported 
features only.



-- 
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

Reply via email to