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

Please indicate that the Azure Storage Queue Stream consumer is to delete consumed messages from the Azure Queue #1141

Open
shawndewet opened this issue Sep 1, 2022 · 2 comments

Comments

@shawndewet
Copy link

Please describe what you are trying to understand
In trying to build my first Actor that sets up a Stream over Azure Storage Queue, I was stuck for a few hours trying to figure out why the Stream keeps returning the same message over and over.

Which pages have you looked at?
https://alpakka.getakka.net/documentation/Azure/StorageQueue.html

What did these pages not make clear?
That the Stream provider does not delete delivered messages from the Azure Storage Queue.

How can we do it better?
The page should make it clear that deletion of consumed messages from the Azure Storage Queue is the responsibility of the message consumer.

@Aaronontheweb
Copy link
Member

@shawndewet I agree - we need to make some things clearer in our documentation for Alpakka.

@shawndewet
Copy link
Author

I finally realized this when I read the Microsoft documentation on Azure Storage Queues here.

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

No branches or pull requests

2 participants