konrad-kaminski / spring-kotlin-coroutine

Kotlin coroutine support for Spring.
448 stars 69 forks source link

Add Coroutine based alternative to Reactive Spring WebFlux APIs #4

Closed sdeleuze closed 6 years ago

sdeleuze commented 6 years ago

As discussed on SPR-15413, and based on your experiment on MiXiT application, any chance you could provide Coroutine based alternative to Spring WebFlux Reactive APIs? That would be especially a good fit with Kotlin server DSL and WebClient.

konrad-kaminski commented 6 years ago

Working on that right now. Should be ready in a couple of days.

sdeleuze commented 6 years ago

Awesome thanks!

konrad-kaminski commented 6 years ago

Ready in 0.3.0 release.