cmccabe commented on a change in pull request #10899:
URL: https://github.com/apache/kafka/pull/10899#discussion_r655617821



##########
File path: 
clients/src/main/java/org/apache/kafka/common/record/ControlRecordUtils.java
##########
@@ -27,6 +29,8 @@
 public class ControlRecordUtils {
 
     public static final short LEADER_CHANGE_SCHEMA_VERSION = new 
LeaderChangeMessage().highestSupportedVersion();
+    public static final short METADATA_SNAPSHOT_HEADER_VERSION = new 
MetadataSnapshotHeaderRecord().highestSupportedVersion();
+    public static final short METADATA_SNAPSHOT_FOOTER_VERSION = new 
MetadataSnapshotFooterRecord().highestSupportedVersion();

Review comment:
       Same comment for this.




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to