You can go from `Flux<A>` to `suspend () -&g...
# arrow
s
You can go from
Flux<A>
to
suspend () -> List<A>
or
Mono<A>
to
suspend () -> A?
b
I'm not convinced I need Spring anymore if I have DI via final tagless, DB via JPA/Hibernate (or jOOQ or doobie), and web via ktor
s
Wasn’t saying you need Spring 😜 Just in case you were already invested.
Sounds like a cool stack
b
We are already invested, but I'm looking at what the ideal destination might look like in order to construct a migration path
👍 1