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

dajac pushed a commit to branch 4.0
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/4.0 by this push:
     new 80cc27954dd KAFKA-18876: 4.0 docs follow-up (#19103)
80cc27954dd is described below

commit 80cc27954ddac11ed2763b3a2765df815f5229d7
Author: mingdaoy <[email protected]>
AuthorDate: Wed Mar 5 17:06:26 2025 +0800

    KAFKA-18876: 4.0 docs follow-up (#19103)
    
    https://github.com/apache/kafka/pull/19065#issuecomment-2698614575
    
    Fixed:
    
    
![image](https://github.com/user-attachments/assets/2995f962-298f-4a4c-8f52-0b0459fd3b00)
    
    Reviewers: Ken Huang <[email protected]>, TengYao Chi 
<[email protected]>, David Jacot <[email protected]>
---
 docs/ops.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/ops.html b/docs/ops.html
index 06ab00c608d..5a60a4cde89 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -3963,7 +3963,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
 &gt;&gt; ls /
 brokers  local  metadataQuorum  topicIds  topics
 &gt;&gt; ls /topics

Reply via email to