Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stream queue: consumers are active by default #13063

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

mkuratczyk
Copy link
Contributor

Without this change, consumers using protocols other than the stream protocol would display as inactive in the Management UI/API and CLI commands, even though they were receiving messages.

Here's a screenshot before, with 2 stream-perf-test (one using SAC, the other not) and 1 consumer for AMQP 0.9.1, AMQP 1.0 and STOMP. You can see that only 2 consumers appear to be active, while in fact 5 were receiving messages (all except 2 non-active SAC consumers).
before

With this change and with the same clients running, we can indeed see 5 active consumers:
after

Without this change, consumers using protocols other than the stream
protocol would display as inactive in the Management UI/API and CLI
commands, even though they were receiving messages.
@michaelklishin michaelklishin merged commit a9e972f into main Jan 13, 2025
272 checks passed
@michaelklishin michaelklishin deleted the stream-consumer-activity branch January 13, 2025 18:18
michaelklishin added a commit that referenced this pull request Jan 13, 2025
Stream queue: consumers are active by default (backport #13063)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants