Hi!
is there a channel about interactions with reactive libs?
my question is: does it worth to combine spring, kotlin coroutines and r2dbc?
I see it as kotlin with r2dbc combinations is super fragile and produces a lot of errors. I solve them one by one but don't know how long it will last.
so does it worth to solve em all (and utilize an unpredictable amount of time)?
on the other hand i can stand with coroutines and jdbc
j
Jacob
10/23/2023, 2:09 PM
I’ve found coroutines makes reactive easier, not harder
b
Ben
10/24/2023, 4:44 PM
Coroutines with other reactive libraries is pretty solid. They have adaptors available to work with about anything too.