You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: