momo-jun commented on code in PR #17734: URL: https://github.com/apache/pulsar/pull/17734#discussion_r975346201
########## site2/docs/reference-pulsar-admin.md: ########## @@ -2429,6 +2429,15 @@ Usage pulsar-admin topics stats topic ``` +Options + +|Flag|Description|Default| +|---|---|---| +|`-etb`,`--get-earliest-time-in-backlog` | Set true to get earliest time in backlog | false | Review Comment: ```suggestion |`-etb`,`--get-earliest-time-in-backlog` | Set to `true` to get the earliest time in backlog | false | ``` ########## site2/docs/reference-pulsar-admin.md: ########## @@ -2429,6 +2429,15 @@ Usage pulsar-admin topics stats topic ``` +Options + +|Flag|Description|Default| +|---|---|---| +|`-etb`,`--get-earliest-time-in-backlog` | Set true to get earliest time in backlog | false | +|`-gpb`,`--get-precise-backlog`| Set true to get precise backlog | false | Review Comment: ```suggestion |`-gpb`,`--get-precise-backlog`| Set to `true` to get precise backlog | false | ``` -- 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]
