Premiering: The RSocket Revolution
Hi, Spring fans! I have been developing a new talk and I finally got a chance to do a pre-recorded version of it for a keynote for a conference (in China) recently, and want to share the content with you all, so I'm premiering it here, too. This talk, The RSocket Revolution, is about 38 minutes and looks at:
- some of the new features in Spring Boot 2.3x including GraalVM-capable native images
- the basics of RSocket
- fundamentals with RSocket
@Controller
s in Spring Framework - Toshiaki Maki's fantastic
rsc
RSocket client - Declarative, Feign-like clients with Spring Retrosocket
- The
RSocketRequester
to support making requests of RSocket services on the JVM - Spring Integration's reactive and RSocket support
- Bidirectional communication - where both client and service separately initiate the communication - using RSocket
- Securing RSocket endpoints with Spring Security and RSocket metadata …