i’m trying to get into the reactive/co-routine stuff
“learning by doing”-style
i’ve a nice reactive application
from R2DBC repo to router
repo return a
Flux<T>
/
Mono<T>
where
T
is the entity i play with
i’ve a caching service that checks first whether an entity is in the cache and returns it from here before querying the repo
and the controller transforms the