This repository is the code for the online training conducted August 2nd, 2018. In this lesson we looked at the following topics:
- the Spring Initializr
- Data Access
- Using the Scheduler (to Synthesize Data)
- Testing with the Scheduler
- Integration with Reactive Streams and Akka Streams
- Spring Web Flux
- Functional Reactive Endpoints
- Server-Sent Events
- Reactive API Gateways
- Reactive Security
- API Adapters
- the Reactive
WebClient
- circuit breakers
- eventual consistency with messaging and reactive Apache Kafka
If you have any questions, don't hesitate to reach out to me on Twitter or by email.
There are a lot of good resources out there for follow up:
- the Spring Tips playlist in which i look at all corners of the Spring ecosystem
- the Spring guides
- my Java Magazine articles introducing "Reactive Spring" from earlier this year. There are two parts: one rom January/February and another from March/April
- and, of course, there is my Reactive Spring Livelessons video on Safari