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

Notifications : change "subject" for "event appended" notification #15

Closed MerrionComputing closed 4 years ago

MerrionComputing commented 4 years ago

I think /Domain/Entity Type/Event Type/Entity Instance would be a more useful subject pattern than the current /Domain/Entity Type/Entity Instance/Event Type subject pattern...

To my mind filtering by what event happened is more likely to be need than filtering by to which unique entity it happened.

MerrionComputing commented 4 years ago

This would be a breaking change, of course...

MerrionComputing commented 4 years ago

New subject order implemented