You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current state of these stream application is about a Reactive Streams as much as possible.
It is better to expose management of the generated apps via Spring WebFlux and its Netty foundation.
Premise: the current http-source is fully reactive and expects to be exposed over Netty.
Looks like the generated app comes with Tomcat, for which Spring MVC does only a simulation for Reactive Stream over Servlet container.
The text was updated successfully, but these errors were encountered:
The current state of these stream application is about a Reactive Streams as much as possible.
It is better to expose management of the generated apps via Spring WebFlux and its Netty foundation.
Premise: the current
http-source
is fully reactive and expects to be exposed over Netty.Looks like the generated app comes with Tomcat, for which Spring MVC does only a simulation for Reactive Stream over Servlet container.
The text was updated successfully, but these errors were encountered: