You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by rh...@apache.org on 2020/06/05 21:02:45 UTC

[kafka] branch trunk updated (da32720 -> 2d9376c)

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

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


    from da32720  KAFKA-10111: Make SinkTaskContext.errantRecordReporter() a default method (#8814)
     add 2d9376c  KAFKA-9570: Define SSL configs in all worker config classes, not just distributed (#8135)

No new revisions were added by this update.

Summary of changes:
 .../apache/kafka/connect/runtime/WorkerConfig.java |  4 +-
 .../runtime/distributed/DistributedConfig.java     |  1 -
 .../runtime/standalone/StandaloneConfigTest.java   | 88 ++++++++++++++++++++++
 3 files changed, 91 insertions(+), 2 deletions(-)
 create mode 100644 connect/runtime/src/test/java/org/apache/kafka/connect/runtime/standalone/StandaloneConfigTest.java