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/11/04 19:56:06 UTC

[kafka] branch trunk updated (27153e2 -> 5df8457)

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 27153e2  MINOR: Add back section taken out by mistake (#9544)
     add 5df8457  KAFKA-7987: Reinitialize ZookeeperClient after auth failures (#7751)

No new revisions were added by this update.

Summary of changes:
 .../scala/kafka/zookeeper/ZooKeeperClient.scala    |  34 +++-
 .../authorizer/AclAuthorizerWithZkSaslTest.scala   | 186 +++++++++++++++++++++
 .../unit/kafka/zookeeper/ZooKeeperClientTest.scala |  29 +++-
 3 files changed, 235 insertions(+), 14 deletions(-)
 create mode 100644 core/src/test/scala/unit/kafka/security/authorizer/AclAuthorizerWithZkSaslTest.scala