-
Building Microservices Systems with the Axon PlatformFrans van BuulWednesday Oct 31 @ 13:50
-
50.000 Orange Stickies LaterAlberto BrandoliniWednesday Oct 31 @ 16:10
-
Somm Lagom - Building Systems that age like wineKiki CarterThursday Nov 1 @ 12:00
-
Modular MonolithsSimon BrownThursday Nov 1 @ 15:00
-
Event-based Architecture and Implementations with Kafka and AtomEberhard WolffThursday Nov 1 @ 16:10
-
The 7 Quests of Resilient Software DesignUwe FriedrichsenFriday Nov 2 @ 10:50
-
Event-Driven Microservices - not (just) about Events!Allard BuijzeFriday Nov 2 @ 12:00
-
The World after Microservice Migration with Service Mesh and Contract TestingDejan MitrovicFriday Nov 2 @ 13:50
Topic Description
An Event-Driven Architecture (EDA) is an architectural style in which events are considered first-class citizens of the architecture. In an EDA, events play an important role in the communication between components. Each event represents a fact that happened, usually actual business facts. Certain components make changes to the system and emit events to represent these facts, while other components consume these events and take corresponding actions. With this topic we will cover a foundation for domain-driven design and decoupled microservices, analysis with event storming, the differences between asynchronous communication, messages and events, and the use of events rather than state. We’ll ask if events are the only means of communication between components in an EDA, how an EDA relates to event sourcing, and how to can keep track of cause and effect chains in an event-driven system.