cmccabe commented on code in PR #12195:
URL: https://github.com/apache/kafka/pull/12195#discussion_r887351487


##########
server-common/src/main/java/org/apache/kafka/server/common/MetadataVersion.java:
##########
@@ -155,7 +155,8 @@ public enum MetadataVersion {
     // Support for metadata.version feature flag and Removes min_version_level 
from the finalized version range that is written to ZooKeeper (KIP-778)
     IBP_3_3_IV0(5, "3.3", "IV0", false),
 
-    // Support NoopRecord for the cluster metadata log (KIP-835)
+    // In KRaft mode, use BrokerRegistrationChangeRecord instead of 
UnfenceBrokerRecord and FenceBrokerRecord.
+    // Also, use NoopRecord as specified in KIP-835.

Review Comment:
   ok, I will create a new MetadataVersion



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