mumrah commented on code in PR #12250:
URL: https://github.com/apache/kafka/pull/12250#discussion_r893524765


##########
core/src/main/scala/kafka/tools/StorageTool.scala:
##########
@@ -99,7 +99,7 @@ object StorageTool extends Logging {
       action(storeTrue())
     formatParser.addArgument("--release-version", "-r").
       action(store()).
-      help(s"A release version to use for the initial metadata.version. The 
default is (${MetadataVersion.latest().version()})")
+      help(s"A release version (e.g., 3.2, 3.3) to use for the initial 
metadata version. The default is (${MetadataVersion.latest().version()})")

Review Comment:
   MetadataVersion-s have a `isKRaftSupported` which we check in a few places 
(including here in StorageTool)



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