Greg Harris created KAFKA-14654:
-----------------------------------
Summary: Connectors have incorrect Thread Context Classloader
during initialization
Key: KAFKA-14654
URL: https://issues.apache.org/jira/browse/KAFKA-14654
Project: Kafka
Issue Type: Bug
Components: KafkaConnect
Affects Versions: 3.3.0, 3.2.0, 3.0.0, 3.1.0, 3.4.0
Reporter: Greg Harris
Assignee: Greg Harris
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)