In this chapter, we will demonstrate how to use Spring with Project Reactor. Project Reactor is a project that provides us with event-based architecture. With Project Reactor, we can asynchronously handle a large volume of concurrent service requests. Project Reactor is known as the guardian of latency and offers non-blocking and backpressure-ready embeddable solutions.
Here, we will explain the following:
- Why you should use Project Reactor
- What Project Reactor is
- How to make RESTful calls reactive