C0urante commented on a change in pull request #11369:
URL: https://github.com/apache/kafka/pull/11369#discussion_r718556879



##########
File path: 
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/ConnectorConfig.java
##########
@@ -499,13 +516,15 @@ ConfigDef getConfigDefFromConfigProvidingClass(String 
key, Class<?> cls) {
                         aliasKind + " is abstract and cannot be created. Did 
you mean " + childClassNames + "?";
                 throw new ConfigException(key, String.valueOf(cls), message);
             }
-            T transformation;

Review comment:
       Some basic cleanup to highlight the fact that this class is now agnostic 
with regards to plugin type and is not specific to SMTs.




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