This is an automated email from the ASF dual-hosted git repository.
ijuma pushed a change to branch 3.0
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from 46f2169 MINOR: Add kraft controller listener to AlterConfigsRequest
#11119
new fec17d7 KAFKA-13129: replace describe topic via zk with describe
users (#11115)
new bdc75b2 KAFKA-13116: Fix message_format_change_test and
compatibility_test_new_broker_test failures (#11108)
The 2 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:
.../kafka/common/record/LazyDownConversionRecords.java | 15 ++++++++-------
.../org/apache/kafka/common/record/FileRecordsTest.java | 10 ++++++++++
core/src/main/scala/kafka/server/KafkaApis.scala | 4 ++--
tests/kafkatest/services/zookeeper.py | 9 ++++-----
.../kafkatest/tests/client/message_format_change_test.py | 6 ++++--
tests/kafkatest/tests/core/upgrade_test.py | 9 ++++++---
.../tests/core/zookeeper_tls_encrypt_only_test.py | 2 +-
tests/kafkatest/tests/core/zookeeper_tls_test.py | 2 +-
8 files changed, 36 insertions(+), 21 deletions(-)