I have just been reading everything I can about Spring and Reactor and do realize that Reactor is supposed to be included in the upcoming Spring Framework 5 (anyone using this in production btw?)
My interest is to use it in Spring MVC, since it is not currently part of the framework, how can Reactor be used in Spring MVC? It appears from online examples to use Reactor in Spring now while waiting for Framework 5, is to use reactor-bus.
Is Spring MVC + Reactor in its current state just adding the reactor-bus to a MVC app ?
A look at the Github shows that reactor-bus seems to be in legacy mode ?
What is the current way to give reactive capabilities to the existing Spring MVC ?