You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Magesh kumar Nandakumar (JIRA)" <ji...@apache.org> on 2018/06/05 05:15:00 UTC

[jira] [Created] (KAFKA-6991) Connect Rest Extension Plugin issue with Class Loader

Magesh kumar Nandakumar created KAFKA-6991:
----------------------------------------------

             Summary: Connect Rest Extension Plugin issue with Class Loader
                 Key: KAFKA-6991
                 URL: https://issues.apache.org/jira/browse/KAFKA-6991
             Project: Kafka
          Issue Type: Improvement
          Components: KafkaConnect
    Affects Versions: 2.0.0
            Reporter: Magesh kumar Nandakumar
            Assignee: Magesh kumar Nandakumar
             Fix For: 2.0.0


KAFKA-6776 implementation has 2 issues with the class loader.
 # If a RestExtension plugin is available in the classpath, then the plugin gets associated with all the plugin class loaders. This is happening because the Manifest resource is searched in the parent class loader as well by default. 
 # The class name associated with the plugin class loader is incorrect. It should be the implementation class instead of the interface.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)