mirror of https://github.com/apache/kafka.git
KAFKA-18876: 4.0 docs follow-up (#19103)
https://github.com/apache/kafka/pull/19065#issuecomment-2698614575 Fixed:  Reviewers: Ken Huang <s7133700@gmail.com>, TengYao Chi <kitingiao@gmail.com>, David Jacot <djacot@confluent.io>
This commit is contained in:
parent
08a52c59c1
commit
0b6a42d437
|
@ -3965,7 +3965,7 @@ CurrentObservers: [{"id": 0, "directoryId": "3Db5QLSqSZieL3rJBUUegA"},
|
|||
|
||||
<p>The kafka-metadata-shell.sh tool can be used to interactively inspect the state of the cluster metadata partition:</p>
|
||||
|
||||
<pre><code class="language-bash">$ bin/kafka-metadata-shell.sh --snapshot metadata_log_dir/__cluster_metadata-0/00000000000000000000.log
|
||||
<pre><code class="language-bash">$ bin/kafka-metadata-shell.sh --snapshot metadata_log_dir/__cluster_metadata-0/00000000000000000000.checkpoint
|
||||
>> ls /
|
||||
brokers local metadataQuorum topicIds topics
|
||||
>> ls /topics
|
||||
|
|
Loading…
Reference in New Issue