ijuma commented on code in PR #18845: URL: https://github.com/apache/kafka/pull/18845#discussion_r1950087565
########## metadata/src/main/java/org/apache/kafka/metadata/bootstrap/BootstrapDirectory.java: ########## @@ -86,12 +84,7 @@ BootstrapMetadata readFromConfiguration() { return BootstrapMetadata.fromVersion(MetadataVersion.latestProduction(), "the default bootstrap"); } MetadataVersion version = MetadataVersion.fromVersionString(ibp.get()); - if (version.isLessThan(MINIMUM_BOOTSTRAP_VERSION)) { Review Comment: I guess this means the answer to my question is that the fallback is not important. -- 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