Synchronizing events from one event store to another data source

Hi,

I’m working with synchronizing the events from one event store to another data source as part of a back up strategy and going through the different scenarios. I’m using an all subscription and filtering out the $ events at the moment. The significant events that I do need to be aware of is if a stream is deleted or events expire so I can remove these from my final data source. How do I recognize these types of events that result in events being removed? $$ events?

Thanks

Julian

for expiry you want to include the $$streamname (metadata). This will allow you to set it in the replica as well.