Greg Harris created KAFKA-14463: ----------------------------------- Summary: ConnectorClientConfigOverridePolicy is not closed at worker shutdown Key: KAFKA-14463 URL: https://issues.apache.org/jira/browse/KAFKA-14463 Project: Kafka Issue Type: Bug Components: KafkaConnect Affects Versions: 2.3.0 Reporter: Greg Harris
The ConnectorClientConfigOverridePolicy is marked AutoCloseable, but is never closed by the worker on shutdown. This is currently not a critical issue, as all known implementations of the policy have a no-op close. But a possible implementation which does instantiate background resources that must be closed in close() would leak those resources in a test environment. -- This message was sent by Atlassian Jira (v8.20.10#820010)