Alasdair Stark

Results 3 issues of Alasdair Stark

We publish all events to event grid using a custom class that implements ISubscribeSynchronousToAll. We have a read model which subscribes to a specific type of event. The SQL Server...

question

When a read model is to be created or updated, the UpdateReadModelAsync method is called. This method performs the following steps: 1. Fetch read model from database if it exists...

bug

I have a read model which calls MarkForDeletion() when it gets into a state where it does not contain any useful information. The idea is to keep the read model...