limingnihao opened a new pull request #9529: URL: https://github.com/apache/pulsar/pull/9529
Fixes #9364 ### Motivation When using the deliverAfter interface, if the specified topic type is partitioned topic, then the indicator msgDelayed will always be displayed as 0. ### Modifications The value of MsgDelayed needs to be aggregated in the Add method of SubscriptionStats ### Verifying this change - [ ] Make sure that the change passes the CI checks. This change added tests and can be verified as follows: ---------------------------------------------------------------- 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]
