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/02/08 20:43:44 UTC

[kafka] branch trunk updated (1d3e293 -> 1f508ea)

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 1d3e293  MINOR: Add ClusterTool as specified in KIP-631 (#10047)
     add 1f508ea  MINOR: Add StorageTool as specified in KIP-631 (#10043)

No new revisions were added by this update.

Summary of changes:
 bin/{kafka-cluster.sh => kafka-storage.sh}         |   2 +-
 .../kafka/server/BrokerMetadataCheckpoint.scala    |   6 +-
 core/src/main/scala/kafka/tools/StorageTool.scala  | 238 +++++++++++++++++++++
 .../scala/unit/kafka/tools/StorageToolTest.scala   | 187 ++++++++++++++++
 4 files changed, 429 insertions(+), 4 deletions(-)
 copy bin/{kafka-cluster.sh => kafka-storage.sh} (92%)
 create mode 100644 core/src/main/scala/kafka/tools/StorageTool.scala
 create mode 100644 core/src/test/scala/unit/kafka/tools/StorageToolTest.scala