I've found conflicting advice regarding how best to make non-blocking queries in Kotlin. What is the best practice today; to use R2DBC, virtual threads with coroutines, or plain coroutines? A simple example would help.
Nonblocking jooq queries with Kotlin - Stack Overflow
评论列表(0)
- 暂无评论