We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e529e9 commit dcf762cCopy full SHA for dcf762c
modules/manage/pages/cluster-maintenance/topic-property-configuration.adoc
@@ -33,8 +33,8 @@ The output shows two sections:
33
SUMMARY
34
=======
35
NAME my-topic
36
-PARTITIONS 1
37
-REPLICAS 1
+PARTITIONS 3
+REPLICAS 3
38
39
CONFIGS
40
@@ -62,7 +62,9 @@ This shows a different output focused on partition information:
62
63
```
64
PARTITION LEADER EPOCH REPLICAS LOG-START-OFFSET HIGH-WATERMARK
65
-0 0 1 [0] 0 0
+0 1 2 [1 2 3] 0 6
66
+1 2 4 [1 2 3] 0 10
67
+2 3 1 [1 2 3] 0 8
68
69
70
== Examples
0 commit comments