Reactive programming is becoming common knowledge and being used more and more.
Spring 5.0 introduced the ability to build reactive web application by introducing Spring WebFlux, other projects like Spring Data and Spring Security quickly followed. We will take a look in how the reactive story in Spring evolved from 5.0 throughout 5.2.
We will also take a look at what it does take to be truly reactive. The whole stack should be reactive from web to data persistence.