Replies: 1 comment
-
Not with the client. If you have monitoring on there might be an http api that returns more information. You could just try to get consumer names instead of the full info, then individually get the consumer info if requested. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm attempting to create a NATS admin tool, and I'd like to display all the consumers on one page... but it's pretty slow (approximately 25s+ for under 300 consumers) when using the following query:
Is it possible to query all consumers, rather than per stream? Usable, but 25s delays are obviously not ideal for a UI.
Beta Was this translation helpful? Give feedback.
All reactions