Video: The 4 meanings of event-driven architecture - Martin Fowler
The many meanings of event-driven architecture - Martin Fowler https://www.youtube.com/watch?v=STKCRSUsyP0 Article_ What do you mean by “Event-Driven”_ 4 patterns under the name of ‘Event Driven’ Event Notification + reverse coupling + first class + flexibility of adding - no overview in code events vs commands command: response, I want this to happen Event-carried State Transfer + decoupling + availability no more calls no dependency less calls reduce load - send all needed data - copying of data - eventual consistency...