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

[queue] add Lag() command to measure consumer group lag #159

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

philandstuff
Copy link
Contributor

This adds a Lag() command to measure the lag of a consumer group over a queue. Lag is the number of messages in the queue that have not yet been picked up by a Read() command.

This is related to PLAT-604 to have a more performant method of tracking queue length.

This adds a Lag() command to measure the lag of a consumer group over a queue.
Lag is the number of messages in the queue that have not yet been picked up by a
Read() command.
@philandstuff philandstuff requested a review from a team as a code owner December 4, 2024 13:31
@philandstuff philandstuff merged commit 1682dcc into main Dec 4, 2024
2 checks passed
@philandstuff philandstuff deleted the allow-measuring-queue-lag branch December 4, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants