You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ce...@apache.org on 2022/10/31 20:54:40 UTC

[kafka] branch trunk updated (fa10e213bfe -> 98bf375b6f3)

This is an automated email from the ASF dual-hosted git repository.

cegerton pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


    from fa10e213bfe KAFKA-14247: add handler impl to the prototype (#12775)
     add 98bf375b6f3 KAFKA-13989: Errors while evaluating connector type should return UNKNOWN (#12789)

No new revisions were added by this update.

Summary of changes:
 .../kafka/connect/runtime/AbstractHerder.java      |  41 ++++---
 .../runtime/distributed/DistributedHerder.java     |   6 +-
 .../runtime/standalone/StandaloneHerder.java       |   5 +-
 .../kafka/connect/runtime/AbstractHerderTest.java  | 133 ++++++++++++++++++---
 .../connect/runtime/SampleSourceConnector.java     |  27 ++++-
 .../runtime/distributed/DistributedHerderTest.java |   6 +-
 .../runtime/standalone/StandaloneHerderTest.java   |  17 ++-
 7 files changed, 187 insertions(+), 48 deletions(-)