Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
artembilan opened this issue Mar 3, 2021 · 2 comments
Assignees

Comments

@artembilan
Copy link
Collaborator

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.

@sabbyanandan
Copy link
Contributor

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

@sobychacko
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants