fangpengcheng95 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_r355279658
########## File path: site2/docs/admin-api-persistent-topics.md ########## @@ -314,27 +345,35 @@ It shows detailed statistics of a topic. - **ledgers**: The ordered list of all ledgers for this topic holding its messages + - **ledgerId**: Id of this ledger + + - **entries**: Total number of entries belong to this ledger + + - **size**: Size of messages written to this ledger (in bytes) + + - **offloaded**: Whether this ledger is offloaded + - **cursors**: The list of all cursors on this topic. There will be one for every subscription you saw in the topic stats. - - **markDeletePosition**: The ack position: the last message the subscriber acknowledged receiving + - **markDeletePosition**: The ack position where the subscriber acknowledges receiving the last message Review comment: That is a constructive suggestion! ---------------------------------------------------------------- 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] With regards, Apache Git Services
