RSocket Messaging with Spring

October 16, 2019

RSocket is a protocol that enables high-performance message passing over a multiplexed connection using a pluggable byte stream transport such as TCP, WebSockets, UDP, or other. The passing of messages follows Reactive Streams semantics (i.e., respecting demand signals), and there are libraries in multiple languages, including Java built on Project Reactor. This means the back pressure from your reactive chain of components within the JVM can now extend across the network boundary to remote peers. This session covers the upcoming RSocket support in the Spring Framework, Spring Boot, and Spring Security. It's intended as an introduction to RSocket from a Spring application perspective and will include a succinct overview of the RSocket protocol essentials necessary to follow the rest of the session. Rossen Stoyanchev: Spring Framework Engineer, Pivotal Brian Clozel: Spring Team member, Pivotal Rob Winch: Spring Security Lead, Pivotal Filmed at SpringOne Platform 2019 Slides: https://www.slideshare.net/SpringCentral/rsocket-messaging-with-spring

Previous
How to Get Productive with Spring Boot
How to Get Productive with Spring Boot

For application developers, reduced development time and development effort plays a large part in increasin...

Next Video
Microservices are for humans, not machines
Microservices are for humans, not machines

This talk will focus on the behavioral benefits of moving to a microservices architecture in an organizatio...