[ https://issues.apache.org/jira/browse/KAFKA-6991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16501299#comment-16501299 ]
ASF GitHub Bot commented on KAFKA-6991: --------------------------------------- mageshn opened a new pull request #5135: KAFKA-6991 : KIP-285 : Fix ServiceLoader issue with PluginClassLoader URL: https://github.com/apache/kafka/pull/5135 Fix ServiceLoader issue with PluginClassLoader and add basic-auth-extension packaging & classpath *More detailed description of your change, if necessary. The PR title and PR message become the squashed commit message, so use a separate comment to ping reviewers.* *Summary of testing strategy (including rationale) for the feature or bug fix. Unit and/or integration tests are expected for any behaviour change and system tests should be considered for larger changes.* ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > 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 > Priority: Major > 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)