wolfstudy opened a new issue #9364: URL: https://github.com/apache/pulsar/issues/9364
**Describe the bug** When using the deliverAfter interface, if the specified topic type is partitioned topic, then the indicator msgDelayed will always be displayed as 0. ``` bin/pulsar-admin topics partitioned-stats test-topic-001 ``` Output:  **To Reproduce** Steps to reproduce the behavior: 1. start standalone 2. start consumer and receive messages 3. start producer and publish messages 4. run `bin/pulsar-admin topics partitioned-stats test-topic-001` and look `msgDelayed` value **Expected behavior** The `msgDelayed` of partitioned topic should be the sum of each partition-topic **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: [e.g. iOS] **Additional context** produce and consumer code: [code.zip](https://github.com/apache/pulsar/files/5891923/default.zip) ---------------------------------------------------------------- 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]
