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/09/08 19:13:54 UTC

[kafka] branch trunk updated (9237c47d3f -> 897bf4741c)

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 9237c47d3f MINOR; Retry on test failure for branch builds and increase max test retry to 10 (#12601)
     add 897bf4741c KAFKA-14143: Exactly-once source connector system tests (#11783)

No new revisions were added by this update.

Summary of changes:
 .../runtime/distributed/DistributedHerder.java     |  17 +-
 .../kafka/connect/tools/VerifiableSourceTask.java  |  29 ++-
 .../apache/kafka/connect/util/KafkaBasedLog.java   |   2 +
 .../runtime/distributed/DistributedHerderTest.java |  53 ++++-
 tests/kafkatest/services/connect.py                |  15 +-
 .../tests/connect/connect_distributed_test.py      | 228 ++++++++++++++++-----
 tests/kafkatest/tests/connect/connect_rest_test.py |   3 +-
 .../templates/connect-distributed.properties       |   6 +
 8 files changed, 286 insertions(+), 67 deletions(-)