Anonymitaet commented on a change in pull request #10868:
URL: https://github.com/apache/pulsar/pull/10868#discussion_r648782538
##########
File path: site2/docs/admin-api-topics.md
##########
@@ -219,12 +251,46 @@ You can check the following statistics of a given
non-partitioned topic.
- **lastExpireTimestamp**: The timestamp of the last message
expire execution.
- - **lastConsumedFlowTimestamp**: The timestamp of the last flow
command received.
-
+ - **lastConsumedFlowTimestamp**: The timestamp of the last flow
command received.
+
- **lastConsumedTimestamp**: The latest timestamp of all the
consumed timestamp of the consumers.
- **lastAckedTimestamp**: The latest timestamp of all the acked
timestamp of the consumers.
+ - **bytesOutCounter**: Total bytes delivered to consumer (bytes).
Review comment:
```suggestion
- **bytesOutCounter**: Total bytes delivered to consumer.
```
##########
File path: site2/docs/admin-api-topics.md
##########
@@ -219,12 +251,46 @@ You can check the following statistics of a given
non-partitioned topic.
- **lastExpireTimestamp**: The timestamp of the last message
expire execution.
- - **lastConsumedFlowTimestamp**: The timestamp of the last flow
command received.
-
+ - **lastConsumedFlowTimestamp**: The timestamp of the last flow
command received.
+
- **lastConsumedTimestamp**: The latest timestamp of all the
consumed timestamp of the consumers.
- **lastAckedTimestamp**: The latest timestamp of all the acked
timestamp of the consumers.
+ - **bytesOutCounter**: Total bytes delivered to consumer (bytes).
+
+ - **msgOutCounter**: Total messages delivered to consumer (msg).
Review comment:
```suggestion
- **msgOutCounter**: Total messages delivered to consumer.
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]