HQebupt commented on PR #19275:
URL: https://github.com/apache/pulsar/pull/19275#issuecomment-1396727013

   > consume all messages
   > - can only consume the messages {5:0~5:10}, so 
managedLedger.entriesAddedCounter is 5 now
   > the backlog in response of topics stats is 50 - 5 = 45, but there reality 
no backlog
   
   I believe the expected behavior is following. 
   ```
   can only consume the messages {5:0~5:10}, so 
managedLedger.entriesAddedCounter is ~~5~~ **10** now
   the backlog in response of topics stats is ~~50 - 5 = 45~~ **50 - 10 = 40**, 
but there reality no backlog
   ```


-- 
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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to