@kevinherron I'm confused by this, ive got a mixed kotlin/java project and a couple of my devs are still primarily working in Java so I thought it best to expose everythign as Futures. But you're thinking (and
@elizarov's thinking) that simply having domain logic written with (and calling) methods marked
suspend
is the best approach?