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 2022/02/15 18:19:53 UTC

[kafka] branch trunk updated (71f732e -> dd36331)

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 71f732e  MINOR: Clarify producer idempotence default in upgrade docs (#11757)
     add dd36331  MINOR: Enable kraft in ApiVersionTest (#11667)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/kafka/common/protocol/ApiKeys.java  |  6 ++-
 .../scala/kafka/server/ApiVersionManager.scala     | 24 ++--------
 core/src/test/java/kafka/test/ClusterInstance.java | 21 ++++++++-
 .../test/junit/RaftClusterInvocationContext.java   |  6 +++
 .../test/junit/ZkClusterInvocationContext.java     |  7 +++
 .../kafka/api/ConsumerTopicCreationTest.scala      |  2 +
 .../server/AbstractApiVersionsRequestTest.scala    | 53 ++++++++++++++++------
 .../unit/kafka/server/ApiVersionManagerTest.scala  | 25 +++++++++-
 .../unit/kafka/server/ApiVersionsRequestTest.scala | 29 +++++++++---
 .../CreateTopicsRequestWithForwardingTest.scala    |  2 +-
 .../scala/unit/kafka/server/KafkaApisTest.scala    |  7 ---
 11 files changed, 130 insertions(+), 52 deletions(-)