ijuma commented on code in PR #19545: URL: https://github.com/apache/kafka/pull/19545#discussion_r2058643463
########## core/src/test/scala/integration/kafka/server/KRaftClusterTest.scala: ########## @@ -1619,6 +1619,55 @@ class KRaftClusterTest { } } + /** + * Test that once a cluster is formatted, a bootstrap.metadata file that contains an unsupported + * MetadataVersion is not a problem. This is a regression test for KAFKA-19192. + */ + @Test + def testOldBootstrapMetadataFile(): Unit = { Review Comment: Thanks for the fix. I assume this fails without this PR? -- 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