codelipenghui opened a new issue #14507: URL: https://github.com/apache/pulsar/issues/14507
**Is your enhancement request related to a problem? Please describe.** Pulsar uses a marker approach to achieve the replicated subscription https://github.com/apache/pulsar/wiki/PIP-33%3A-Replicated-subscriptions or transaction buffer. For the messages dispatching, we should filter out the markers. But currently, we don't have any metrics or stats to indicate how many entries are filtered, this will confuse users there are backlogs for a subscription, but can't receive messages from the topic. **Describe the solution you'd like** Add skip entries count in the subscription stats under the topics stats, so that users can get the information from `pulsar-admin topics stats` -- 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]
