> Markdown version of [/events/world-congress-2024/sessions/232-autonomous](https://www.wearedevelopers.com/events/world-congress-2024/sessions/232-autonomous). Every page supports `.md` or `Accept: text/markdown`. Links point to the HTML versions so they work for humans too. Agent guide: [/agents.md](https://www.wearedevelopers.com/agents.md). --- # Autonomous microservices with event-driven architecture - **Date:** Thursday, Jul 18, 2024 - **Time:** 17:30–18:00 (30 min) - **Room:** STAGE 1 (120) - **Event:** World Congress 2024 ## Recording [Watch recording](https://www.wearedevelopers.com/videos/1052-autonomous-microservices-with-event-driven-architecture) ## Description How microservices become autonomous services. Microservices have been used more and more frequently in recent years. The use of many smaller services has made the use of synchronous communication increasingly difficult and complex. This is because synchronous communication ensures close coupling between the individual services and can ensure that if one service fails, a number of others fail at the same time. Typical resilience patterns such as: Circuit-Breaker, Retries, Service Meshes, etc. in turn increase the complexity of the overall system and also only partially solve the real problem. In this presentation, I will show how an event-first mindset can be used to design entire systems in an event-driven way. How microservices become autonomous services that are completely separate from each other and only communicate with each other via events. And how developers can use serverless and FaaS to focus on what is important: delivering business value. ## Speaker ### [Florian Lenz](https://www.wearedevelopers.com/@florian-lenz) neocentric GmbH - Azure Serverless Developer / Architect ## Related talks at this congress - [Microservices? Monoliths? An Annoying Discussion!](https://www.wearedevelopers.com/events/world-congress-2024/sessions/293-microservices) — Eberhard Wolff - [ Micro-Frontends Discovery](https://www.wearedevelopers.com/events/world-congress-2024/sessions/343-micro-frontends) — Luca Mezzalira - [Modulith Instead of Monolith - Pragmatically Towards Microservices](https://www.wearedevelopers.com/events/world-congress-2024/sessions/85-modulith-instead-of) — Hendrik Lösch - [Beyond micro-services, embrace composable architecture !](https://www.wearedevelopers.com/events/world-congress-2024/sessions/341-beyond-micro) — Loïc Carbonne