mz0113 opened a new issue #39: URL: https://github.com/apache/rocketmq-connect/issues/39
 如图画框的部分,Future future = taskExecutor.submit(workerSourceTask); 提交到线程池后,此时线程池的类加载器是AppclassLoader,而不是pluginClassLoader,会导致WorkerSourceTask 的run方法中在启动kafkaconsumer时候报错,我报的时候加载key和value的反序列化类错误了。这个类得用pluginClassLoader加载而不能用appClassLoader加载。 -- 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]
