SuperStreams: Need to check Stream OffsetLag having dozens of partitions #10522
Unanswered
vivek-singh2
asked this question in
Questions
Replies: 1 comment 2 replies
-
There's no direct way to filter stream consumers based on the stream name. You can use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I am using super streams (Rabbit version 3.12.2) and during my load test I need to monitor Offset_Lag and similar relevant parameters. Using ManagementUi is not feasible in this case so thought of using rabbitmq-streams list_stream_consumers commands.
This works but I wanted to filter on stream names. I just need data for "TestStream***" pattern. Is there a way to achieve it? Or any other option to make life easier?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions