You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ma...@apache.org on 2020/02/25 14:31:05 UTC

[kafka] branch trunk updated (5359b2e -> 9d53ad7)

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

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


    from 5359b2e  MINOR: Improve AuthorizerIntegrationTest (#7926)
     add 9d53ad7  KAFKA-9567: Docs, system tests for ZooKeeper 3.5.7

No new revisions were added by this update.

Summary of changes:
 docs/security.html                                 | 43 ++++++----
 docs/toc.html                                      |  1 +
 tests/kafkatest/services/kafka/kafka.py            | 92 +++++++++++++++------
 .../services/kafka/templates/kafka.properties      |  2 +
 .../kafkatest/services/security/security_config.py |  9 +++
 .../services/templates/zookeeper.properties        |  3 +
 tests/kafkatest/services/zookeeper.py              | 21 +++--
 ..._test.py => zookeeper_tls_encrypt_only_test.py} | 93 +++++++++-------------
 tests/kafkatest/version.py                         |  2 +
 9 files changed, 164 insertions(+), 102 deletions(-)
 copy tests/kafkatest/tests/core/{zookeeper_security_upgrade_test.py => zookeeper_tls_encrypt_only_test.py} (52%)