Anonymitaet commented on a change in pull request #12996:
URL: https://github.com/apache/pulsar/pull/12996#discussion_r757996972



##########
File path: site2/docs/admin-api-topics.md
##########
@@ -943,6 +943,30 @@ admin.topics().getLastMessage(topic);
 
 <!--END_DOCUSAURUS_CODE_TABS-->
 
+### Get backlog size
+
+You can get backlog size of a single topic partition or a nonpartitioned topic 
given a message ID (in bytes).

Review comment:
       ```suggestion
   You can get the backlog size of a single partition topic or a 
non-partitioned topic with a given message ID (in bytes).
   ```
   do you mean this?
   if yes, please check all occurencies. 




-- 
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]


Reply via email to