This is an automated email from the ASF dual-hosted git repository.
jgus pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from b0cfd1f KAFKA-12336 Custom stream naming does not work while calling
stream[K… (#10190)
add 2beaf9a KAFKA-12967; KRaft broker should forward DescribeQuorum to
controller (#10900)
No new revisions were added by this update.
Summary of changes:
.../org/apache/kafka/common/protocol/ApiKeys.java | 2 +-
core/src/main/scala/kafka/server/KafkaApis.scala | 11 +++
.../java/kafka/test/ClusterTestExtensionsTest.java | 2 +-
core/src/test/java/kafka/test/annotation/Type.java | 2 +-
.../transaction/ProducerIdsIntegrationTest.scala | 2 +-
.../kafka/server/DescribeQuorumRequestTest.scala | 93 ++++++++++++++++++++++
.../scala/unit/kafka/server/KafkaApisTest.scala | 84 ++++++++++++++-----
7 files changed, 171 insertions(+), 25 deletions(-)
create mode 100644
core/src/test/scala/unit/kafka/server/DescribeQuorumRequestTest.scala