yeikel commented on code in PR #20224: URL: https://github.com/apache/kafka/pull/20224#discussion_r2229990057
########## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/WorkerConfig.java: ########## @@ -329,7 +329,7 @@ private void logInternalConverterRemovalWarnings(Map<String, String> props) { + "and specifying them will have no effect. " + "Instead, an instance of the JsonConverter with schemas.enable " + "set to false will be used. For more information, please visit " - + "https://kafka.apache.org/documentation/#upgrade and consult the upgrade notes" + + "https://kafka.apache.org/documentation/#upgrade and consult the upgrade notes " Review Comment: I updated it. Thanks! -- 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