cmccabe opened a new pull request #10094:
URL: https://github.com/apache/kafka/pull/10094


   The Kafka Metadata shell is a new command which allows users to
   interactively examine the metadata stored in a KIP-500 cluster.
   
   It can read the metadata from the controllers directly, by connecting to
   them, or from a metadata snapshot on disk.  In the former case, the
   quorum voters must be specified by passing the --controllers flag; in
   the latter case, the snapshot file should be specified via --snapshot.
   
   The metadata tool works by replaying the log and storing the state into
   in-memory nodes.  These nodes are presented in a fashion similar to
   filesystem directories.
   
   This PR currently includes the metalog/ directory since that is a
   dependency of metadata shell.  Eventually we want to migrate to using
   the Raft API directly, however.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to