Reactive REST Development and Asynchronous Systems
Up to this chapter, we have built our theoretical base with microservice and Spring Boot 3.0 capabilities. Now, it is time to get our hands dirty. We will learn and practice reactive programming with Spring Boot 3.0. We will go over the instructions and build our first reactive REST application. We are also going to discuss backpressure and how it can help our application.
In this chapter, we’re going to cover the following main topics:
- Introducing reactive programming basics
- Building a reactive REST API
- Asynchronous systems and backpressure