This is an automated email from the ASF dual-hosted git repository.
cegerton pushed a change to branch 3.3
in repository https://gitbox.apache.org/repos/asf/kafka.git
from 8958cf128a0 KAFKA-14797: Emit offset sync when offset translation lag
would exceed max.offset.lag (#13367)
new 6b71e3f35dd KAFKA-14645: Use plugin classloader when retrieving
connector plugin config definitions (#13148)
new 1b6498150d4 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 | 54 ++++++---
.../kafka/connect/runtime/isolation/Plugins.java | 4 +
.../kafka/connect/runtime/AbstractHerderTest.java | 122 +++++++++++++++------
.../kafka/connect/runtime/SampleSinkConnector.java | 6 +
.../connect/runtime/SampleSourceConnector.java | 33 +++++-
5 files changed, 169 insertions(+), 50 deletions(-)