chia7712 commented on code in PR #20972:
URL: https://github.com/apache/kafka/pull/20972#discussion_r2556946137


##########
server-common/src/main/java/org/apache/kafka/server/common/MetadataVersion.java:
##########
@@ -372,7 +372,8 @@ public static MetadataVersion fromFeatureLevel(short 
version) {
 
     // Testing only
     public static MetadataVersion latestTesting() {
-        return VERSIONS[VERSIONS.length - 1];
+        // There is no separate testing version because all features are 
currently stable.
+        return LATEST_PRODUCTION;

Review Comment:
   Perhasp we could add `IBP_4_3_IV0` to align the code with other 4.x 
branches? This would also make the patch easier to cherry-pick to trunk



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