Is there a comprehensive sample project out there with webflux + netty + coroutines out there? I’m having a rough time getting a basic crud example working properly.
s
sdeleuze
08/26/2019, 6:57 AM
There will be one when Spring Boot 2.2 will be released. Also the Spring Framework 5.2 WebFlux refdoc will provide Coroutines code samples by default.
👍 4
r
Robert Menke
08/26/2019, 2:33 PM
Awesome good to know! I think I’ll hold off until then.