Technoboy- commented on a change in pull request #12633:
URL: https://github.com/apache/pulsar/pull/12633#discussion_r743399650
##########
File path: site2/website/versioned_docs/version-2.8.2/administration-geo.md
##########
@@ -144,12 +156,22 @@ producer.newMessage()
#### Topic stats
-Topic-specific statistics for geo-replication topics are available via the
[`pulsar-admin`](reference-pulsar-admin.md) tool and {@inject: rest:REST:/} API:
+You can check topic-specific statistics for geo-replication topics using one
of the following methods.
+
+<!--DOCUSAURUS_CODE_TABS-->
+<!--pulsar-admin-->
+
+Use the [`pulsar-admin persistent
stats`](https://pulsar.apache.org/tools/pulsar-admin/) command.
Review comment:
Here, we may need to change the command to `pulsar-admin topics stats`
##########
File path: site2/website/versioned_docs/version-2.8.2/administration-geo.md
##########
@@ -144,12 +156,22 @@ producer.newMessage()
#### Topic stats
-Topic-specific statistics for geo-replication topics are available via the
[`pulsar-admin`](reference-pulsar-admin.md) tool and {@inject: rest:REST:/} API:
+You can check topic-specific statistics for geo-replication topics using one
of the following methods.
+
+<!--DOCUSAURUS_CODE_TABS-->
+<!--pulsar-admin-->
+
+Use the [`pulsar-admin persistent
stats`](https://pulsar.apache.org/tools/pulsar-admin/) command.
```shell
$ bin/pulsar-admin persistent stats
persistent://my-tenant/my-namespace/my-topic
Review comment:
Also here to `pulsar-admin topics stats`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]