jolshan commented on code in PR #17886:
URL: https://github.com/apache/kafka/pull/17886#discussion_r1870317785


##########
server-common/src/main/java/org/apache/kafka/server/common/GroupVersion.java:
##########
@@ -29,6 +29,8 @@ public enum GroupVersion implements FeatureVersion {
 
     public static final String FEATURE_NAME = "group.version";
 
+    public static final GroupVersion LATEST_PRODUCTION = GV_1;

Review Comment:
   This is not correct. The latest production for GV is 1. 
   
https://github.com/apache/kafka/blob/6a43a6bddfa04a15832ccccf8742919d1666fd86/server-common/src/main/java/org/apache/kafka/server/common/GroupVersion.java#L28
   
https://github.com/apache/kafka/blob/6a43a6bddfa04a15832ccccf8742919d1666fd86/server-common/src/main/java/org/apache/kafka/server/common/MetadataVersion.java#L253



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