You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Greg Harris (Jira)" <ji...@apache.org> on 2023/06/07 16:03:00 UTC

[jira] [Created] (KAFKA-15069) Refactor scanning hierarchy out of DelegatingClassLoader

Greg Harris created KAFKA-15069:
-----------------------------------

             Summary: Refactor scanning hierarchy out of DelegatingClassLoader
                 Key: KAFKA-15069
                 URL: https://issues.apache.org/jira/browse/KAFKA-15069
             Project: Kafka
          Issue Type: Task
          Components: KafkaConnect
            Reporter: Greg Harris
            Assignee: Greg Harris


The DelegatingClassLoader is involved in both scanning and using the results of scanning to process classloading.
Instead, the scanning should take place outside of the DelegatingClassLoader, and results of scanning be passed back into the DelegatingClassLoader for classloading functionality.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)