How can I insert a checkpoint with Spring WebFlux ...
# spring
r
How can I insert a checkpoint with Spring WebFlux and Kotlin Coroutines? Project Reactor supports this:
Copy code
public final Flux<T> checkpoint(String description)
Ideally I could stay in the Kotlin WebFlux Domain, without using Project Reactor Infrastructure Types