EventsSourcing-on-Azure-Functions icon indicating copy to clipboard operation
EventsSourcing-on-Azure-Functions copied to clipboard

Event stream backed query handlers

Open MerrionComputing opened this issue 5 years ago • 1 comments

Allow for a query handler to have an event stream backing it with the steps of handling the query appended onto that event stream.

Domain: Query Entity Type: Query Name Instance Identifier: {GUID}

MerrionComputing avatar Dec 13 '19 20:12 MerrionComputing

Each query will need a Query Processing Requested event to trigger any downstream processing - for example you might have a "cache watcher" that just responds with a cached value if the precise same question has already been asked.

MerrionComputing avatar Dec 14 '19 18:12 MerrionComputing