This is an automated email from the ASF dual-hosted git repository.
jgus pushed a change to branch 2.3
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from ae2d59c KAFKA-9472: Remove deleted Connect tasks from status store
(#8118)
new 6de76f6 KAFKA-8557: system tests - add support for (optional)
interbroker listener with the same security protocol as client listeners (#6938)
new 1482278 MINOR: Fix failing upgrade test by supporting both
security.inter.broker.protocol and inter.broker.listener.name depending on
kafka version (#7000)
new 5bbe32b MINOR: Support listener config overrides in system tests
(#6981)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
tests/kafkatest/services/kafka/kafka.py | 135 +++++++++++++++------
.../services/kafka/templates/kafka.properties | 25 +++-
.../services/security/listener_security_config.py | 36 ++++++
.../kafkatest/services/security/security_config.py | 35 ++++--
.../tests/core/security_rolling_upgrade_test.py | 96 +++++++++++----
tests/kafkatest/version.py | 3 +
6 files changed, 261 insertions(+), 69 deletions(-)
create mode 100644
tests/kafkatest/services/security/listener_security_config.py