C0urante commented on a change in pull request #11572: URL: https://github.com/apache/kafka/pull/11572#discussion_r814475362
########## File path: connect/runtime/src/main/java/org/apache/kafka/connect/runtime/isolation/Plugins.java ########## @@ -168,6 +173,44 @@ public Connector newConnector(String connectorClassOrAlias) { return newPlugin(klass); } + public Converter newConverter(String className) throws ClassNotFoundException { Review comment: (If we introduce a `newDefinedConfigPlugin` method, then these methods will become redundant and no docs will be necessary.) -- 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