Event-driven microservices with Python and Apache Kafka - presented by Dave Klein

Conference: EuroPython 2022

Year: 2022

EuroPython 2022 - Event-driven microservices with Python and Apache Kafka - presented by Dave Klein [Wicklow Hall 1 on 2022-07-13] Building distributed systems can be challenging, and that's what microservices are. With traditional request/response based architectures, it is easy to end up with services that are tightly coupled, making them difficult to maintain and extend independently. While not a silver bullet, an event-based architecture makes it easier to maintain loose coupling. It also makes it easier to extend and evolve our systems without resorting to a rewrite. In this presentation, we will look at an example of an event-driven microservices application and discuss some things to consider when adopting this approach. This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License http://creativecommons.org/licenses/by-nc-sa/4.0/