kafka
kafka copied to clipboard
KAFKA-18778 Fix the inconsistent lastest supported version in StorageTool.scala and FutureCommand
JIra: https://issues.apache.org/jira/browse/KAFKA-18778
To maintain code consistency, MetadataVersion#fromVersionString uses latestTesting() as the latest version. Therefore, in the tools, we also need to maintain consistency by updating the outer logging to use latestTesting().
See the discussion: https://github.com/apache/kafka/pull/18845#discussion_r1950706791
@m1a2st please fix the title. 18788 -> 18778