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


##########
server-common/src/main/java/org/apache/kafka/server/common/MetadataVersion.java:
##########
@@ -208,17 +208,20 @@ public enum MetadataVersion {
     // Support ListOffsetRequest v9 for KIP-1005.
     IBP_3_9_IV0(21, "3.9", "IV0", false),
 
+    // Bootstrap metadata version for version 1 of the GroupVersion feature 
(KIP-848).
+    IBP_4_0_IV0(22, "4.0", "IV0", false),

Review Comment:
   I reordered the MVs. `IBP_4_0_IV0` is only used for bootstrapping the 
`group.version` feature flag. The ELR moved to `IBP_4_0_IV1`.



-- 
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: jira-unsubscr...@kafka.apache.org

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

Reply via email to