showuon commented on code in PR #14484: URL: https://github.com/apache/kafka/pull/14484#discussion_r1347013547
########## metadata/src/main/java/org/apache/kafka/controller/FeatureControlManager.java: ########## @@ -344,7 +344,7 @@ private ApiError updateMetadataVersion( log.warn("Downgrading metadata.version from {} to {}.", currentVersion, newVersion); } else if (allowUnsafeDowngrade) { return invalidMetadataVersion(newVersionLevel, "Unsafe metadata downgrade is not supported " + - "in this version."); + "in this Kafka version."); Review Comment: Sounds good to me. -- 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