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/10/20 14:15:53 UTC

[kafka] branch trunk updated (c7f19ab -> 60d002f)

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 c7f19ab  MINOR: fix system tests sending ACLs through ZooKeeper (#9458)
     add 60d002f  KAFKA-10572 mirror-maker config changes for KIP-629 (#9429)

No new revisions were added by this update.

Summary of changes:
 connect/mirror/README.md                           |  2 +-
 .../mirror/DefaultConfigPropertyFilter.java        | 57 +++++++++-------
 .../kafka/connect/mirror/DefaultGroupFilter.java   | 75 ++++++++++++---------
 .../kafka/connect/mirror/DefaultTopicFilter.java   | 72 +++++++++++---------
 .../connect/mirror/MirrorConnectorConfig.java      | 78 ++++++++++++++--------
 .../connect/mirror/MirrorConnectorConfigTest.java  | 16 ++++-
 .../connect/mirror/MirrorMakerConfigTest.java      | 63 ++++++++++++++---
 .../connect/mirror/MirrorSourceConnectorTest.java  |  2 +-
 8 files changed, 239 insertions(+), 126 deletions(-)