Duncan Jones
Duncan Jones
(This will also apply to classifiers which are, after all, just specialist **projections** )
Projection events are: **Projection Requested** - when a command or query decides it needs a classifier done **Projection Result Returned** - when the classifier result is returned to the command...
This is going to need some way of new-ing up a projection instance from the projection type name as I don't want to use the **CLR** class names explicitly as...
It is here: https://www.nuget.org/packages/CQRSAzure.Framework/
- state boundaries of "reliability" (time and distance) ? - techniques for detecting and dealing with stale state ?
(For the stale state in particular - how does a service or domain which is fed data by subscription recognise that its own view of an external system's data is...
This could also be done using static web apps as the read model and/or front end: https://docs.microsoft.com/en-us/azure/static-web-apps/functions-bring-your-own
This should also be .NET 7 isolated
Requirements 1) Will need a variant of Notification Handler that sends to a named queue rather than Event Grid.
(Queue should use the same connection settings as the event stream - I cannot see any value in having the notification queue in a different storage account to the event...