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

Add "schema name" to event context #11

Closed MerrionComputing closed 5 years ago

MerrionComputing commented 5 years ago

To allow for versioned events and external process reading them add a "schema name" context field which can point to e.g. the URN of the schema used to write the message payload etc.

MerrionComputing commented 5 years ago

Property name: FIELDNAME_SCHEMA