chia7712 commented on code in PR #19157:
URL: https://github.com/apache/kafka/pull/19157#discussion_r1993683943
##########
core/src/main/scala/kafka/tools/StorageTool.scala:
##########
@@ -170,7 +170,7 @@ object StorageTool extends Logging {
printStream: PrintStream,
validFeatures: java.util.List[Feature]
): Unit = {
- val releaseVersion =
Option(namespace.getString("release_version")).getOrElse(MetadataVersion.LATEST_PRODUCTION.toString)
+ val releaseVersion =
Option(namespace.getString("release_version")).getOrElse(MetadataVersion.latestTesting().version())
Review Comment:
why to change the default value to `latestTesting`? it seems to me we should
use production version by default
--
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]