Anonymitaet commented on a change in pull request #5789: [Issue 5708][docs] 
correct some wrong info about persistent topics
URL: https://github.com/apache/pulsar/pull/5789#discussion_r354087313
 
 

 ##########
 File path: site2/docs/admin-api-persistent-topics.md
 ##########
 @@ -191,47 +192,77 @@ It shows current statistics of a given non-partitioned 
topic.
 
   -   **averageMsgSize**: The average size in bytes of messages published 
within the last interval
 
-  -   **storageSize**: The sum of the ledgers' storage size for this topic. See
+  -   **storageSize**: The sum of the ledgers' storage size for this topic. 
Space used to store the messages for the topic
 
   -   **publishers**: The list of all local publishers into the topic. There 
can be zero or thousands
 
-  -   **averageMsgSize**: Average message size in bytes from this publisher 
within the last interval
+      -   **msgRateIn**: Total rate of messages published by this publisher in 
messages per second 
+
+      -   **msgThroughputIn**: Total throughput of the messages published by 
this publisher in bytes per second
+
+      -   **averageMsgSize**: Average message size in bytes from this 
publisher within the last interval
 
-  -   **producerId**: Internal identifier for this producer on this topic
+      -   **producerId**: Id of this publisher. Internal identifier for this 
producer on this topic
 
-  -   **producerName**: Internal identifier for this producer, generated by 
the client library
+      -   **producerName**: Publisher name which is generated by the client 
library
 
-  -   **address**: IP address and source port for the connection of this 
producer
+      -   **address**: IP address and source port for the connection of this 
producer
 
-  -   **connectedSince**: Timestamp this producer was created or last 
reconnected
+      -   **connectedSince**: Timestamp this producer was created or last 
reconnected
 
   -   **subscriptions**: The list of all local subscriptions to the topic
 
-  -   **my-subscription**: The name of this subscription (client defined)
+      -   **my-subscription**: The name of this subscription (client defined)
+
+          -   **msgRateOut**: Total rate of messages delivered on this 
subscription (msg/s)
+
+          -   **msgThroughputOut**: Total throughput delivered on this 
subscription (bytes/s)
 
-  -   **msgBacklog**: The count of messages in backlog for this subscription
+          -   **msgBacklog**: Number of messages in the subscription backlog
 
-  -   **type**: This subscription type
+          -   **type**: This subscription's type
 
 Review comment:
   ```suggestion
             -   **type**: This subscription type
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to