Berlin

November 4 & 5, 2024

New York

September 4 & 5, 2024

London

June 16 & 17, 2025

A tour of decisions in event-driven architecture

When do we use API calls vs events for interactions? Do we need to build up local replicas from events when we need data from other services?

Speakers: Duana Stanley

Register or log in to access this video

Create an account to access our free engineering leadership content, free online events and to receive our weekly email newsletter. We will also keep you up to date with LeadDev events.

Register with google

We have linked your account and just need a few more details to complete your registration:

Terms and conditions

 

 

Enter your email address to reset your password.

 

A link has been emailed to you - check your inbox.



Don't have an account? Click here to register
January 25, 2021

In an event-driven, (micro-)services based architecture, we imagine a bunch of services with a single responsibility interacting with each other by emitting and reacting to domain events. Sounds nice! Here are some of the decisions we need to make to get there: When do we use API calls vs events for interactions? Do we need to build up local replicas from events when we need data from other services? How do we design events? When do we use event sourcing? In this lightning talk we’ll tour through these questions and principles that can help you answer them.