I started to learning spring 5 features and I decided to start from spring webflux
I've read https://www.baeldung.com/spring-5-functional-web
I repeated that example but I didn't catch the benefits of this approach. As I understood the root benefit somehow related with 2 things:
- Reactive datasource (I was not able to understand what does it mean yet)
- Async request handling and automatic backpressure handling.
But I still don't have full picture in my mind. What the main aim of this idea ?