yeikel commented on code in PR #20224: URL: https://github.com/apache/kafka/pull/20224#discussion_r2225603379
########## 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: You may be right. I am using 4.x, and the message makes it seem that they are "deprecated" when they are removed instead. I'd be happy to send a follow up about that as needed -- 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