ijuma commented on code in PR #18845: URL: https://github.com/apache/kafka/pull/18845#discussion_r1949971600
########## metadata/src/main/java/org/apache/kafka/controller/FeatureControlManager.java: ########## @@ -328,15 +314,10 @@ private ApiError updateMetadataVersion( try { newVersion = MetadataVersion.fromFeatureLevel(newVersionLevel); } catch (IllegalArgumentException e) { - return invalidMetadataVersion(newVersionLevel, "Unknown metadata.version."); + return invalidMetadataVersion(newVersionLevel, "Valid versions are from " Review Comment: I think I did this in a subsequent commit, perhaps after you did your review. -- 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