gharris1727 commented on code in PR #17741:
URL: https://github.com/apache/kafka/pull/17741#discussion_r1876871165


##########
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/isolation/Plugins.java:
##########
@@ -367,6 +371,13 @@ public Object newPlugin(String classOrAlias, VersionRange 
range) throws Versione
         return newPlugin(klass);
     }
 
+    public <T> Object newPlugin(String classOrAlias, Class<T> baseClass, 
VersionRange range) throws ClassNotFoundException {

Review Comment:
   This is just the whole CURRENT_CLASSLOADER vs PLUGINS thing again, right? 
Didn't we already work this out?



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