I’m using ReadAllEventsForwardAsync to rebuild my readmodel, however, I also get events from a stream that is deleted. Is this by design? If so, how do I know this event can be ignored?
I wanted to check this behavior with a catchup subscription (http://docs.geteventstore.com/introduction/3.9.0/subscriptions/) but this seems to be gone in the .net API? What’s the alternative? ReadAllEventsForwardAsync & then switch to SubscribeToAllAsync?
Thanks
Stijn