ijuma commented on code in PR #18961:
URL: https://github.com/apache/kafka/pull/18961#discussion_r1966611062
##########
docs/zk2kraft.html:
##########
@@ -15,14 +15,17 @@
limitations under the License.
-->
-<script><!--#include virtual="js/templateData.js" --></script>
-
-<script id="zk2kraft-template" type="text/x-handlebars-template"></script>
-
+<!--#include virtual="../includes/_header.htm" -->
+<!--#include virtual="../includes/_top.htm" -->
+<div class="content">
<div class="p-zk2kraft">
- <h4 class="anchor-heading">Significant Changes in Kafka 4.0 Release</h4>
- <p>The following are some of the updates in Kafka 4.0 release:</p>
- <h5 class="anchor-heading">Removal Zookeeper configs</h5>
+ <h1>Differences Between KRaft mode and Zookeeper mode</h1>
Review Comment:
Perhaps (feel free to edit):
```
<p>
This section documents differences in behavior between KRaft mode
and ZooKeeper mode. More specifically, there are a number of configurations,
metrics and features that have been changed or are no longer required in KRaft
mode.
<p>
To migrate an existing cluster from ZooKeeper mode to KRaft mode,
please refer to the <a
href="/39/documentation.html#kraft_zk_migration">ZooKeeper to KRaft
Migration</a> section.
</p>
```
--
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]