Forum Discussion
Getting data from Azure Event Grid backwards
- 9 months ago
Hi foks - Eventstreams create an internal subscriber that monitors the last time pulled from the event grid. In the event of a capacity or eventstream pause, when it is resumed it will pull the events from the last time the events were processed.
Hi foks,
The retention means that Event Grid is keeping the published events, so you should be able to seem them in Azure, however an eventstream will only pull new events, event streams don't go back and get historical data.
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.
- foks9 months agoFrequent Visitor
Hi tayloramy ,
Many Thanks for the answer.
Are you sure that the behaviour is the same for Azure Event Hubs (pull-based) and Azure Event Grid (push-based)? I'm wondering what will happen if I disable my Fabric capacity and send events using Azure Event Grid. Will I be able to get them after I launch my capacity again?
- kustortininja9 months agoMicrosoft Employee
Hi foks - Eventstreams create an internal subscriber that monitors the last time pulled from the event grid. In the event of a capacity or eventstream pause, when it is resumed it will pull the events from the last time the events were processed.
- foks9 months agoFrequent Visitor
Thanks. It makes sense now.