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
Now I use Spring WebFlux for HTTP REST API services because of performance, at the same time I use Vaadin to build UI, and this is the famous problem between Spring MVC and WebFlux.
Hi @linux-china we have had some ideas about supporting reactive development with Vaadin, but there hasn't been anything concrete yet done, or anything planned at the moment. Here is a related issue vaadin/flow#3801
Very interesting, it was just the same, if I have used project reactor with Vaadin flow a couple of times, together with Spring WebFlux's WebClient but, under background is not only necessary reactor-netty?
Now I use Spring WebFlux for HTTP REST API services because of performance, at the same time I use Vaadin to build UI, and this is the famous problem between Spring MVC and WebFlux.
Can I use SpringMvc and webflux together? https://stackoverflow.com/questions/53883037/can-i-use-springmvc-and-webflux-together
More and more developers use WebFlux, and any plan for Vaadin to support WebFlux?
The text was updated successfully, but these errors were encountered: