ijuma commented on a change in pull request #11036:
URL: https://github.com/apache/kafka/pull/11036#discussion_r671565901



##########
File path: core/src/main/scala/kafka/admin/ConfigCommand.scala
##########
@@ -270,7 +271,8 @@ object ConfigCommand extends Config {
     }
     if (props.containsKey(LogConfig.MessageFormatVersionProp)) {
       println(s"WARNING: The configuration 
${LogConfig.MessageFormatVersionProp}=${props.getProperty(LogConfig.MessageFormatVersionProp)}
 is specified. " +
-        s"This configuration will be ignored if the version is newer than the 
inter.broker.protocol.version specified in the broker.")
+        "This configuration will be ignored if the version is newer than the 
inter.broker.protocol.version specified in the broker or " +

Review comment:
       Sure, sounds good.




-- 
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


Reply via email to