Details
Description
This is the same underlying issue as https://issues.apache.org/jira/browse/KAFKA-8340 , which fixed the thread context classloader for service loaded plugins, and for plugins which are first loaded after plugin path scanning.
However, that correction PR failed to fix the context classloader for Connector classes, which are first instantiated and initialized during plugin path scanning, via the versionFor method.
Attachments
Issue Links
- Discovered while testing
-
KAFKA-14627 Modernize Connect plugin discovery
- Resolved
- is related to
-
KAFKA-14670 Refactor connect plugins to be called from wrapper classes
- In Progress
- is required by
-
KAFKA-14863 Plugins which do not have a valid no-args constructor are visible in the REST API
- Resolved
- relates to
-
KAFKA-8340 ServiceLoader fails when used from isolated plugin path directory
- Resolved
- links to