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

[kafka] branch trunk updated (d4ffc24 -> f6781f4)

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

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


    from d4ffc24  MINOR: Correct MirrorMaker2 integration test configs for Connect internal topics (#8653)
     add f6781f4  MINOR: Added unit tests for ConnectionQuotas (#8650)

No new revisions were added by this update.

Summary of changes:
 .../main/scala/kafka/network/SocketServer.scala    |   2 +-
 .../unit/kafka/network/ConnectionQuotasTest.scala  | 356 +++++++++++++++++++++
 2 files changed, 357 insertions(+), 1 deletion(-)
 create mode 100644 core/src/test/scala/unit/kafka/network/ConnectionQuotasTest.scala