CalvinConfluent commented on code in PR #15673:
URL: https://github.com/apache/kafka/pull/15673#discussion_r1629856039


##########
server-common/src/main/java/org/apache/kafka/server/common/MetadataVersion.java:
##########
@@ -201,11 +201,15 @@ public enum MetadataVersion {
     // Add new fetch request version for KIP-951
     IBP_3_7_IV4(19, "3.7", "IV4", false),
 
-    // Add ELR related supports (KIP-966).
+    // Similar to IBP_3_7_IV3, IBP_3_8_IV0 was reserved for ELR support 
(KIP-966) but has
+    // been moved forward to a later release requiring a new MetadataVersion.
     IBP_3_8_IV0(20, "3.8", "IV0", true),
 
+    // Add ListOffsets V9 (KIP-1005)
+    IBP_3_8_IV1(21, "3.8", "IV1", false),
+
     // Introduce version 1 of the GroupVersion feature (KIP-848).
-    IBP_4_0_IV0(21, "4.0", "IV0", false);
+    IBP_4_0_IV0(22, "4.0", "IV0", false);

Review Comment:
   Yes, sure.



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