From eaf78afcf882fca12c0c8518865b8b4f0a18d841 Mon Sep 17 00:00:00 2001 From: Mickael Maison Date: Fri, 12 Sep 2025 19:10:54 +0200 Subject: [PATCH] MINOR: Cleanups in ops docs --- docs/ops.html | 64 ++++++++++++++++++++++----------------------------- 1 file changed, 27 insertions(+), 37 deletions(-) diff --git a/docs/ops.html b/docs/ops.html index d6c0982854afc..803b429f18f5d 100644 --- a/docs/ops.html +++ b/docs/ops.html @@ -4082,42 +4082,32 @@

Upgrade section.

Add New Controller
@@ -4169,7 +4159,7 @@
$ bin/kafka-dump-log.sh --cluster-metadata-decoder --files metadata_log_dir/__cluster_metadata-0/00000000000000000000.log -

This command decodes and prints the records in the a cluster metadata snapshot:

+

This command decodes and prints the records in a cluster metadata snapshot:

$ bin/kafka-dump-log.sh --cluster-metadata-decoder --files metadata_log_dir/__cluster_metadata-0/00000000000000000100-0000000001.checkpoint
@@ -4199,7 +4189,7 @@
Deploying Considerations