Closed MerrionComputing closed 3 years ago
Classifier events are:
Classifier Requested - when a command or query decides it needs a classifier done
Classifier Result Returned - when the classifier result is returned to the command or query
Need a way for each Command or Query to return the set of classifiers still to be processed.
Added to Query and Command class
Also as a result of the "a command or query instance is an entity with its own backing event stream" combined with "notifications are sent when an event is appended to an event stream", a classifier request can be handled by an azure function spun up specifically for that purpose without the need for an orchestration.
This will allow classification to be executed as a "swarm"..