Spring Boot Web Flux with JOOQ for interfacing with DB and Kotlin coroutines to make blocking JDBC calls run asynchronously. Now with rsockets.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rohan Sircar b8e5dcd8d0 Added actor rsocket conn controller 4 years ago
.mvn/wrapper first commit 4 years ago
frontend/src Added actor rsocket conn controller 4 years ago
src Added actor rsocket conn controller 4 years ago
.gitignore Added rsocket sample code 4 years ago
.prettierrc Added rsocket sample code 4 years ago
README.md Initial commit 4 years ago
mvnw first commit 4 years ago
mvnw.cmd first commit 4 years ago
package.json Added rsocket sample code 4 years ago
pom.xml Added rsocket sample code 4 years ago
rsc.jar Added rsocket test code 4 years ago
rsocket-commands.txt Added rsocket sample code 4 years ago
yarn.lock Added rsocket sample code 4 years ago

README.md

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.