mimaison commented on a change in pull request #11572: URL: https://github.com/apache/kafka/pull/11572#discussion_r817933038
########## File path: connect/runtime/src/main/java/org/apache/kafka/connect/runtime/AbstractHerder.java ########## @@ -750,4 +755,41 @@ private String trace(Throwable t) { return keys; } + @Override + public List<ConfigKeyInfo> connectorPluginConfig(String pluginName) { Review comment: I pushed an update to rename `ConnectorPluginInfo` to `PluginInfo` -- 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