Multi-Service Reactive Streams Using Spring, Reactor, and RSocket

October 3, 2018

As more applications are experiencing the benefits of using a reactive programming model, one of the biggest problems they experience is the mismatch between Reactive Stream back pressure and current networking protocols. Most existing network protocols don't support the key Reactive Streams concept of pull-push backpressure. Even newer protocols such as HTTP/2 only do flow control at the packet level and provide no way to slow down production on the publisher side of a connection. This talk explores how to create a fully reactive multi-service architecture utilizing the RSocket protocol. The RSocket protocol enables Reactive Streams back pressure to be transmitted across a network link connecting reactive flows in multiple applications to directly affect one another in a positive way. In addition to discussing the RSocket protocol and how to use it, this talk will show integration with Spring and how it can be used in ways familiar to long-time Spring developers. Speakers: Ben Hale Cloud Foundry Java Lead, Pivotal Rossen Stoyanchev Senior Staff, Pivotal Filmed at SpringOne Platform 2018

Previous
Fun with the Functional Web Framework
Fun with the Functional Web Framework

In Spring Framework 5.0, we introduced the functional web framework as an alternative to the existing annot...

Next Video
Next Generation MongoDB: Sessions, Streams, Transactions
Next Generation MongoDB: Sessions, Streams, Transactions

MongoDB 3.6 already delivered new killer features like change streams and sessions getting you and your app...