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

If a domain does not exists it fails to create an event stream #2

Closed MerrionComputing closed 4 years ago

MerrionComputing commented 5 years ago

When attempting to create a new event stream (in the appendblob implementation) if the top level Domain folder does not exist the request fails.

(Not sure if it should create the top level domain though? To be discussed)

MerrionComputing commented 5 years ago

This could do with throwing a more sensible error message but the top level domain is not something that should be created at run time (IMO)

MerrionComputing commented 4 years ago

No fix needed