Hello server side Kotliners, From my past experien...
# server
j
Hello server side Kotliners, From my past experiences, I am an user of
spring webflux
with `reactor`… I would want to give a try to
coroutines
instead but I ask myself if it would support all
reactive stream
promises like
back-pressure
. I would want my workflow unchanged: reactive streams in my services and reactive drivers for db’s I/O & ... should not be affected negatively! Is it possible? What I can win from this move? Thx
👀 1