You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2021/06/24 17:56:06 UTC

[kafka] branch trunk updated (b0cfd1f -> 2beaf9a)

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