sijie commented on a change in pull request #7780:
URL: https://github.com/apache/pulsar/pull/7780#discussion_r468319666
##########
File path: site2/docs/admin-api-partitioned-topics.md
##########
@@ -311,7 +311,7 @@ It shows detailed statistics of a topic.
|readPosition|The latest position of subscriber for reading message|
|waitingReadOp|This is true when the subscription has read the latest message
published to the topic and is waiting on new messages to be published.|
|pendingReadOps|The counter for how many outstanding read requests to the
BookKeepers we have in progress|
-|messagesConsumedCounter|Number of messages this cursor has acked since this
broker loaded this topic|
+|messagesConsumedCounter|Number of messages this cursor has asked since this
broker loaded this topic|
Review comment:
```suggestion
|messagesConsumedCounter|Number of messages this cursor has acked since this
broker loaded this topic|
```
##########
File path: site2/docs/admin-api-partitioned-topics.md
##########
@@ -311,7 +311,7 @@ It shows detailed statistics of a topic.
|readPosition|The latest position of subscriber for reading message|
|waitingReadOp|This is true when the subscription has read the latest message
published to the topic and is waiting on new messages to be published.|
|pendingReadOps|The counter for how many outstanding read requests to the
BookKeepers we have in progress|
-|messagesConsumedCounter|Number of messages this cursor has acked since this
broker loaded this topic|
+|messagesConsumedCounter|Number of messages this cursor has asked since this
broker loaded this topic|
Review comment:
I don't think this is the right fix.
----------------------------------------------------------------
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]