Microservice Event Driven Communication – Part 2
Implementing an Event Driven Architecture using Azure Event Grid If we abstract the requirements of an event driven architecture, we can distill it down to five basic concepts: the “Topic”, or data entity, about which an event is concerned and its associated endpoint the “Event” itself, i.e. what has happened Read more…