You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by cm...@apache.org on 2023/04/18 19:08:10 UTC

[kafka] branch 3.5 updated (9992f438858 -> 7f4cc83a5c5)

This is an automated email from the ASF dual-hosted git repository.

cmccabe pushed a change to branch 3.5
in repository https://gitbox.apache.org/repos/asf/kafka.git


    from 9992f438858 MINOR: rename internal FK-join processor classes (#13589)
     add 83b1689699a MINOR: Disable the dual write integration test until KAFKA-14840 (#13573)
     add 45bf6bb9a0a MINOR: KRaftMetadataCache.getPartitionInfo must set all relevant fields
     add 7f4cc83a5c5 MINOR: fix typos in MigrationClient, StandardAuthorizer, StandardAuthorizerData and KafkaConfigSchema files (#13593)

No new revisions were added by this update.

Summary of changes:
 .../kafka/server/metadata/KRaftMetadataCache.scala |  4 +-
 .../kafka/zk/ZkMigrationIntegrationTest.scala      |  3 +-
 .../unit/kafka/server/MetadataCacheTest.scala      | 59 ++++++++++++++++++++++
 .../apache/kafka/metadata/KafkaConfigSchema.java   |  2 +-
 .../metadata/authorizer/StandardAuthorizer.java    |  2 +-
 .../authorizer/StandardAuthorizerData.java         |  2 +-
 .../kafka/metadata/migration/MigrationClient.java  |  2 +-
 7 files changed, 68 insertions(+), 6 deletions(-)