Prerequisites: Java 8+, IDE, and Gradle
The RSocket protocol is used at scale in some of the largest Internet companies. It enables bi-directional streaming across remote peers with Reactive Streams back pressure. Spring Boot 2.2 comes with built-in support for RSocket. This session will introduce you to the protocol, Spring’s programming model, autoconfig, and Spring Security features. For the showcase we’ll get up and running with a flight tracking app including a browser frontend, and backend services that stream flight information.