cmccabe commented on code in PR #18845:
URL: https://github.com/apache/kafka/pull/18845#discussion_r1951767994
##########
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:
yes, we're getting rid of the fallback
--
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]