SpringOne Platform 2016 Replay: Going Reactive: Building Better Microservices
Recorded at SpringOne Platform 2016. Speaker: Rob Harrop, Skipjaq Slides: http://www.slideshare.net/SpringCentral/going-reactive-building-better-microservices-rob-harrop
Reactive provides developers with an elegant model for constructing applications out of communicating components that improves code readability, eases concurrent programming and supports fine-grained unit testing.
In this talk, we'll see how this model is a natural fit for building resilient microservices. Specifically, we'll see how to:
Abstract the outside world behind Reactive interfaces Split a microservice into…