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

Add support for delayed messages stats in gcp pubsub #58

Open
AL333Z opened this issue Sep 24, 2024 · 0 comments
Open

Add support for delayed messages stats in gcp pubsub #58

AL333Z opened this issue Sep 24, 2024 · 0 comments
Labels
good first issue Good for newcomers pubsub

Comments

@AL333Z
Copy link
Member

AL333Z commented Sep 24, 2024

Context: in pubsub the notion of delayed message is not natively supported, so the lib is emulating by setting a custom attribute and having a dedicated behavior in how it pushes and receives messages.

Since this part in under our control, we can maybe think of ways of exposing an approximation of how many messages are currently delayed. An idea: counting how many messages bring that specific custom attribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers pubsub
Projects
None yet
Development

No branches or pull requests

1 participant