Anonymitaet commented on a change in pull request #10868:
URL: https://github.com/apache/pulsar/pull/10868#discussion_r648783237
##########
File path: site2/docs/admin-api-topics.md
##########
@@ -239,10 +305,32 @@ You can check the following statistics of a given
non-partitioned topic.
- **blockedConsumerOnUnackedMsgs**: The flag used to verify
if the consumer is blocked due to reaching threshold of the unacknowledged
messages.
- - **lastConsumedTimestamp**: The timestamp when the consumer
reads a message the last time.
-
+ - **lastConsumedTimestamp**: The timestamp when the consumer
reads a message the last time.
+
- **lastAckedTimestamp**: The timestamp when the consumer
acknowledges a message the last time.
+ - **address**: The IP address and source port for the
connection of this consumer.
+
+ - **connectedSince**: The timestamp when this consumer is
created or reconnected last time.
+
+ - **clientVersion**: The client library version of this
consumer.
+
+ - **bytesOutCounter**: Total bytes delivered to consumer
(bytes).
Review comment:
```suggestion
- **bytesOutCounter**: Total bytes delivered to consumer.
```
##########
File path: site2/docs/admin-api-topics.md
##########
@@ -239,10 +305,32 @@ You can check the following statistics of a given
non-partitioned topic.
- **blockedConsumerOnUnackedMsgs**: The flag used to verify
if the consumer is blocked due to reaching threshold of the unacknowledged
messages.
- - **lastConsumedTimestamp**: The timestamp when the consumer
reads a message the last time.
-
+ - **lastConsumedTimestamp**: The timestamp when the consumer
reads a message the last time.
+
- **lastAckedTimestamp**: The timestamp when the consumer
acknowledges a message the last time.
+ - **address**: The IP address and source port for the
connection of this consumer.
+
+ - **connectedSince**: The timestamp when this consumer is
created or reconnected last time.
+
+ - **clientVersion**: The client library version of this
consumer.
+
+ - **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]