Reactive programming with Pivotal's reactor

June 26, 2017
VICTOR GRAZI VP, NOMURA Reactive Programming is an emerging paradigm for non-blocking concurrent programming. This means you can have multiple workers without allocating resources to multiple threads! In this presentation we will take a look at what reactive programming is and why it has become so popular. Then we will look at Pivotal's Reactor implementation, along with a deep dive into some coding examples.
Previous
TDD for Microservices
TDD for Microservices

Next Presentation
A pattern language for microservices
A pattern language for microservices

CHRIS RICHARDSON FOUNDER, EVENTUATE When architecting an enterprise Java application, you need to choose be...