Hisoka-X commented on code in PR #7976:
URL: https://github.com/apache/seatunnel/pull/7976#discussion_r1830281590


##########
seatunnel-engine/seatunnel-engine-core/src/main/java/org/apache/seatunnel/engine/core/classloader/ClassLoaderService.java:
##########
@@ -31,6 +33,15 @@ public interface ClassLoaderService {
      */
     ClassLoader getClassLoader(long jobId, Collection<URL> jars);
 
+    /**
+     * Get the classloader of the connector plugin.
+     *
+     * @param jobId the job id
+     * @param jars the jars of the connector plugin
+     * @param nodeEngine the node engine
+     * @return the classloader of the connector plugin
+     */
+    ClassLoader getClassLoader(long jobId, Collection<URL> jars, NodeEngine 
nodeEngine);

Review Comment:
   Can we init nodeEngine in constructer?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to