This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new b03b9d30c81 Docs sync done from apache/pulsar(#eab2bb5)
b03b9d30c81 is described below
commit b03b9d30c819db8135cd67838e9ce2430caed9a7
Author: Pulsar Site Updater <[email protected]>
AuthorDate: Wed Sep 7 12:01:47 2022 +0000
Docs sync done from apache/pulsar(#eab2bb5)
---
site2/website-next/docs/admin-api-topics.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/site2/website-next/docs/admin-api-topics.md
b/site2/website-next/docs/admin-api-topics.md
index c2d4ad14636..bf23ed7f520 100644
--- a/site2/website-next/docs/admin-api-topics.md
+++ b/site2/website-next/docs/admin-api-topics.md
@@ -305,6 +305,8 @@ You can check the following statistics of a given
non-partitioned topic.
- **nonContiguousDeletedMessagesRangesSerializedSize**: The serialized
size of non-contiguous deleted messages ranges.
+ - **ownerBroker**: The broker that owns this topic.
+
- **publishers**: The list of all local publishers on the topic. The list
ranges from zero to thousands.
- **accessMode**: The type of access to the topic that the producer
requires.
@@ -556,7 +558,8 @@ The following is an example of a topic status.
"replication" : { },
"deduplicationStatus" : "Disabled",
"nonContiguousDeletedMessagesRanges" : 0,
- "nonContiguousDeletedMessagesRangesSerializedSize" : 0
+ "nonContiguousDeletedMessagesRangesSerializedSize" : 0,
+ "ownerBroker" : "localhost:8080"
}
```