Spring Boot Web Flux with JOOQ for interfacing with DB and Kotlin coroutines to make blocking JDBC calls run asynchronously. Now with rsockets.
Some refactorings Added counterpart of existing rsocket connection controller that is based on kotlin coroutines and actor model |
||
---|---|---|
.mvn/wrapper | ||
frontend/src | ||
src | ||
.gitignore | ||
.prettierrc | ||
mvnw | ||
mvnw.cmd | ||
package.json | ||
pom.xml | ||
README.md | ||
rsc.jar | ||
rsocket-commands.txt | ||
yarn.lock |
Async-Spring-Kotlin-JOOQ-Demo
Spring Boot Web Flux with JOOQ for interfacing with DB and Kotlin coroutines to make blocking JDBC calls run on separate threads.