The number of messages in unacknowledged state for a subscription #23139
Answered
by
lhotari
qwehjkadhaskjf
asked this question in
Q&A
-
backgroundright now, I see many metrics about unacknowledged messages or consume delay, but I haven't got a metric about 'The number of messages in unacknowledged state for a subscription' metrics
questionhow can I get the number of messages in unacknowledged state for a subscription ? |
Beta Was this translation helpful? Give feedback.
Answered by
lhotari
Aug 8, 2024
Replies: 1 comment 3 replies
-
You can use the Pulsar Admin API's stats endpoint (In the pulsar-admin command line too
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
qwehjkadhaskjf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the Pulsar Admin API's stats endpoint (In the pulsar-admin command line too
pulsar-admin topics stats
) to get the information. More details in https://pulsar.apache.org/docs/3.3.x/administration-stats/ .