View on GitHub

reading-notes

Event Driven Architecture

A standard queue will let you take pop any items in any order, but a FIFO will only allow you to pop the oldest item in the list.

 

By waiting for a confirmation message from the client.

 

Event notification, it is the most basic pattern describing event-centric communication facilitated by the Event Store. It embraces the triggering function of Events.

 

By providing different events that test a variety of different conditions.

Go back to table of contents