dajac commented on code in PR #16120:
URL: https://github.com/apache/kafka/pull/16120#discussion_r1624863154


##########
server-common/src/main/java/org/apache/kafka/server/common/MetadataVersion.java:
##########
@@ -202,7 +202,10 @@ public enum MetadataVersion {
     IBP_3_7_IV4(19, "3.7", "IV4", false),
 
     // Add ELR related supports (KIP-966).
-    IBP_3_8_IV0(20, "3.8", "IV0", true);
+    IBP_3_8_IV0(20, "3.8", "IV0", true),
+
+    // Introduce version 1 of the GroupVersion feature (KIP-848).
+    IBP_4_0_IVO(21, "4.0", "IV0", false);

Review Comment:
   Oh, good catch. Let me fix 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to