Open
Description
Currently I am working on a Spring WebFlux/Kotlin Coroutines/R2dbc project, tried to use Spring Integration Locks, but found it only supports the legacy jdbc etc. But do not R2dbc.
If possible to add an Reactive and Kotlin Coroutines alternative to the existing LockRegistry
.
ReactiveLockRegistry
CoroutinesLockRegistry
(Spring Data naming for Kotlin Coroutines) orCoLockRegistry
(Spring framework naming for Kotlin Coroutines)