Distributed Transactions in Symfony
In microservice or event-driven architectures you might find yourself having to solve issues which are simple when working with monolithic applications. One of these challenges is distributed transactions, i.e. performing an action across multiple services can be safely reversed when something fails along the call chain. The Saga pattern is an established approach to make this happen. Let's have a look at what it is, how we can implement it in a modern Symfony application and when we might want to avoid it.
Delivered in English
Room:
Symfony
Friday, April 4, 2025 at 09:45 AM – 10:25 AM
Check out the rest of talks of SymfonyLive Berlin 2025 conference.