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

Messaging: prefetch scenario observability #218

Open
lmolkova opened this issue Jul 29, 2023 · 0 comments
Open

Messaging: prefetch scenario observability #218

lmolkova opened this issue Jul 29, 2023 · 0 comments
Assignees

Comments

@lmolkova
Copy link
Contributor

lmolkova commented Jul 29, 2023

Related to #163 (comment)

Some messaging libraries and systems support push-model and could have prefetch queue:

  • client library receives a message but does not always dispatch it to the application code right away
  • message can stay in the prefetch queue for some time and then could be dispatched to the application

We get a lot of question\problems reported by users on it in Azure Messaging ServiceBus SDK and would find it useful to know if the message ever reached the consumer and know how much time it spent in the queue waiting to be dispatched to the application code.

Having some traces/events and metrics on it would help identify configuration problems, tune client library settings and debug disappearing messages.

@lmolkova lmolkova self-assigned this Jul 29, 2023
@github-project-automation github-project-automation bot moved this to V1 - Stable Semantics in Spec: Messaging Semantics Jul 29, 2023
@pyohannes pyohannes moved this from V1 - Stable Semantics to Post-stability in Spec: Messaging Semantics Jul 31, 2023
@github-actions github-actions bot added the Stale label Feb 16, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 26, 2024
@pyohannes pyohannes reopened this Feb 26, 2024
@joaopgrassi joaopgrassi removed the Stale label Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Post-stability
Development

No branches or pull requests

4 participants