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