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



##########
File path: site2/docs/admin-api-topics.md
##########
@@ -1224,7 +1248,7 @@ persistent://tenant/namespace/topic2
 
 <!--Java-->
 ```java
-admin.topics().getList(namespace);
+admin.topics().getPartitionedTopicList(namespace);

Review comment:
       @BewareMyPower can you review `line 1237 - line 1251` from the technical 
perspective? Thanks

##########
File path: site2/docs/admin-api-topics.md
##########
@@ -943,6 +943,30 @@ admin.topics().getLastMessage(topic);
 
 <!--END_DOCUSAURUS_CODE_TABS-->
 
+### Get backlog size

Review comment:
       why move `get backlog size` here?

##########
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?




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