This is an automated email from the ASF dual-hosted git repository.
cegerton pushed a change to branch 3.2
in repository https://gitbox.apache.org/repos/asf/kafka.git
from 644a2dcec20 KAFKA-14809 Fix logging conditional on WorkerSourceTask
(#13386)
new 507afe40ad3 KAFKA-14645: Use plugin classloader when retrieving
connector plugin config definitions (#13148)
new d8b3ed87be8 KAFKA-14843: Include Connect framework properties when
retrieving connector config definitions (#13445)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../kafka/connect/runtime/AbstractHerder.java | 58 ++++++---
.../kafka/connect/runtime/isolation/Plugins.java | 4 +
.../kafka/connect/runtime/AbstractHerderTest.java | 130 +++++++++++++++------
.../kafka/connect/runtime/SampleSinkConnector.java | 6 +
.../connect/runtime/SampleSourceConnector.java | 33 +++++-
5 files changed, 180 insertions(+), 51 deletions(-)