MerrionComputing / EventsSourcing-on-Azure-Functions

A library to demonstrate doing Event Sourcing as a data persistence mechanism for Azure Functions
MIT License
103 stars 20 forks source link

ClassifierRequested event needs parameters #38

Open MerrionComputing opened 4 years ago

MerrionComputing commented 4 years ago

Now that classifiers can accept parameters, we need these to be logged in the ClassifierRequested event. (There may be constrains on how many parameters can be passed)

MerrionComputing commented 3 years ago

Decision is to have each parameter added as its own event ( ClassifierRequestParameterSet.cs ) - this allows for reaction to a particular parameter and also reduces the risk of the event getting too large.