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 2021/06/29 23:04:15 UTC

[kafka] branch trunk updated (d9b898b -> 9f71db9)

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

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


    from d9b898b  MINOR: Refactor the MetadataCache interface (#10887)
     add 9f71db9  MINOR: Move ZkMetadataCache into its own file. (#10942)

No new revisions were added by this update.

Summary of changes:
 .../main/scala/kafka/server/MetadataCache.scala    | 386 +--------------------
 .../ZkMetadataCache.scala}                         |  78 -----
 2 files changed, 2 insertions(+), 462 deletions(-)
 copy core/src/main/scala/kafka/server/{MetadataCache.scala => metadata/ZkMetadataCache.scala} (86%)