quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.34k stars 2.55k forks source link

Websockets Next: Kotlin Coroutines Support #40325

Open mschorsch opened 2 months ago

mschorsch commented 2 months ago

Description

Kotlin coroutines should be supported out-of-the-box, this means suspend functions and Kotlin Flow as return type.

see also: https://github.com/quarkusio/quarkus/discussions/38473#discussioncomment-8353461

In the "old" websocket Implementation this is a long standing issue (https://github.com/quarkusio/quarkus/issues/29929#issuecomment-1978788877)

Implementation ideas

No response

quarkus-bot[bot] commented 2 months ago

/cc @geoand (kotlin)