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 2020/03/24 23:42:31 UTC

[kafka] branch trunk updated (1fbddd8 -> a5c2578)

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 1fbddd8  KAFKA-6145: Add balanced assignment algorithm (#8334)
     add a5c2578  MINOR: Add method to Herder to control logging of connector configs during validation (#8263)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/kafka/connect/runtime/AbstractHerder.java  |  7 ++++++-
 .../src/main/java/org/apache/kafka/connect/runtime/Herder.java | 10 ++++++++++
 .../runtime/rest/resources/ConnectorPluginsResource.java       |  3 ++-
 .../runtime/rest/resources/ConnectorPluginsResourceTest.java   | 10 +++++-----
 4 files changed, 23 insertions(+), 7 deletions(-)