m1a2st commented on code in PR #18818:
URL: https://github.com/apache/kafka/pull/18818#discussion_r1944645348


##########
docs/zk2kraft.html:
##########
@@ -94,6 +94,14 @@ <h5 class="anchor-heading">Removal Zookeeper configs</h5>
                 <li><code>node.id</code></li>
             </ul>
         </li>
+        <li>
+            <p>
+                Remove broker protocol version-related configurations. These 
configurations were used in ZooKeeper mode to define communication protocol 
version between brokers.
+            </p>
+            <ul>
+                <li><code>inter.broker.protocol.version</code></li>
+            </ul>

Review Comment:
   Should we also mention Kraft how to config this version? like this
   ```
   In KRaft mode, Kafka uses <code>metadata.version</code> to control the 
feature level of the cluster, 
   which can be managed using <code>bin/kafka-features.sh</code>
   ```
                   



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

Reply via email to