stream-applications icon indicating copy to clipboard operation
stream-applications copied to clipboard

Replace spring-boot-starter-web to spring-boot-starter-webflux for generated apps

Open artembilan opened this issue 4 years ago • 2 comments

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.

artembilan avatar Mar 03 '21 17:03 artembilan

Wow, TIL the simulation bit. Thanks for the background, @artembilan. +1 from my side!

sabbyanandan avatar Mar 03 '21 17:03 sabbyanandan

Thanks, @artembilan. We will make these changes as part of our 2021 release train.

sobychacko avatar Mar 03 '21 17:03 sobychacko