You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by kk...@apache.org on 2021/02/05 01:02:14 UTC

[kafka] branch trunk updated (5552da3 -> b78fa9c)

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

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


    from 5552da3  KAFKA-5488: Add type-safe split() operator (#9107)
     add b78fa9c  KAFKA-10833: Expose task configurations in Connect REST API (KIP-661) (#9726)

No new revisions were added by this update.

Summary of changes:
 .../kafka/connect/runtime/AbstractHerder.java      | 14 +++++++
 .../org/apache/kafka/connect/runtime/Herder.java   |  7 ++++
 .../runtime/distributed/DistributedHerder.java     | 20 +++++++++
 .../runtime/rest/resources/ConnectorsResource.java | 11 +++++
 .../runtime/standalone/StandaloneHerder.java       | 11 +++++
 .../rest/resources/ConnectorsResourceTest.java     | 49 ++++++++++++++++++++++
 6 files changed, 112 insertions(+)