Join Slack
Powered by
You can go from `Flux<A>` to `suspend () -&g...
# arrow
s
simon.vergauwen
07/17/2019, 2:00 PM
You can go from
Flux<A>
to
suspend () -> List<A>
or
Mono<A>
to
suspend () -> A?
b
Bob Glamm
07/17/2019, 3:49 PM
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
simon.vergauwen
07/17/2019, 3:50 PM
Wasn’t saying you need Spring 😜 Just in case you were already invested.
simon.vergauwen
07/17/2019, 3:50 PM
Sounds like a cool stack
b
Bob Glamm
07/17/2019, 3:51 PM
We are already invested, but I'm looking at what the ideal destination might look like in order to construct a migration path
👍 1
5
Views
Open in Slack
Previous
Next