Clustered Event-Driven Services • Olivier Deheurles & James Watson • YOW! 2017

This presentation was recorded at YOW! 2017. #GOTOcon #YOW Olivier Deheurles - Co-Founder of Adaptive James Watson - Software Developer at Adaptive ABSTRACT In 2010 I came across a strange, new (to me!) architecture that the LMAX team used for their Foreign Exchange system. You might have heard about the Disruptor, it came out of this project. The core of our system is a clustered service which uses the Raft consensus algorithm to reliably replicate state between the different nodes and hosts our application logic. We will take a quick look at Raft and then at the benefits of this design compared to more “mainstream” architectures. This architecture offers a clean separation of concerns between the infrastructure – which takes care of the concurrency, I/O and high availability aspects – and the application logic. The clean architecture is a great fit for domain-driven design. If you fancy building fast, resilient services without a database you should come to this talk. [...] RECOMMENDED BOOKS Sam Newman • Monolith to Microservices • Sam Newman • Building Microservices • Ronnie Mitra & Irakli Nadareishvili • Microservices: Up and Running• Mitra, Nadareishvili, McLarty & Amundsen • Microservice Architecture • Chris Richardson • Microservices Patterns • Adam Bellemare • Building Event-Driven Microservices • Dave Farley • Continuous Delivery Pipelines • #EventDriven #SoftwareArchitecture #EventStreaming #CQRS #Microservices #EventSourcing #DDD #EventModelling #EventStorming #Programming #OlivierDeheurles #JamesWatson #YOWcon Looking for a unique learning experience? Attend the next GOTO conference near you! Get your ticket at Sign up for updates and specials at SUBSCRIBE TO OUR CHANNEL - new videos posted almost daily.
Back to Top