Solutionunvalidated

You can try `Mono.fromCallable()`. Tension: `Mono.just()` is not good for blocking operations. Outcome: `subscribeOn()` is when the execution starts in a separate thread pool that you define.

18656879-14ae-4290-bc80-6d45986297e2

You can try Mono.fromCallable(). Tension: Mono.just() is not good for blocking operations. Outcome: subscribeOn() is when the execution starts in a separate thread pool that you define.