Chris Egerton created KAFKA-14645: ------------------------------------- Summary: Plugin classloader not used when retrieving connector plugin config defs via REST API Key: KAFKA-14645 URL: https://issues.apache.org/jira/browse/KAFKA-14645 Project: Kafka Issue Type: Bug Components: KafkaConnect Affects Versions: 3.3.1, 3.2.3, 3.2.2, 3.2.1, 3.3.0, 3.2.0, 3.4.0, 3.3.2 Reporter: Chris Egerton Assignee: Chris Egerton
We don't switch to the plugin classloader when servicing requests to the {{GET /connector-plugins/<type>/config}} endpoint, which can result in classloading failures for, e.g., properties that accept the name of a pluggable class to load. Reported externally in [https://github.com/kcctl/kcctl/issues/266] -- This message was sent by Atlassian Jira (v8.20.10#820010)