Skip to content

Commit dcf762c

Browse files
committed
adjust examples
1 parent 2e529e9 commit dcf762c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

modules/manage/pages/cluster-maintenance/topic-property-configuration.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ The output shows two sections:
3333
SUMMARY
3434
=======
3535
NAME my-topic
36-
PARTITIONS 1
37-
REPLICAS 1
36+
PARTITIONS 3
37+
REPLICAS 3
3838
3939
CONFIGS
4040
=======
@@ -62,7 +62,9 @@ This shows a different output focused on partition information:
6262

6363
```
6464
PARTITION LEADER EPOCH REPLICAS LOG-START-OFFSET HIGH-WATERMARK
65-
0 0 1 [0] 0 0
65+
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
6668
```
6769

6870
== Examples

0 commit comments

Comments
 (0)