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

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


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

commit 0b6a42d437f5f34408e6d2e4ec74f3fa691456a5
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 691839b2809..6c36bf6f8e8 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -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
 &gt;&gt; ls /
 brokers  local  metadataQuorum  topicIds  topics
 &gt;&gt; ls /topics

Reply via email to