RSocket Messaging with Spring

Описание к видео RSocket Messaging with Spring

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/SpringCent...

Комментарии

Информация по комментариям в разработке