How does axon work with reactive spring boot?

Hi everyone, has anyone ever tried to run spring boot with reactive components like reactive-web reactive-mongo etc?
I’m wondering about switching to it but I don’t know if it’s compatible with it.

Sorry, axon and spring boot with reactive components

czw., 2 sie 2018, 20:43 użytkownik Kamil Gregorczyk <kami.gregorczyk@gmail.com> napisał:

Hi,

Axon uses CompletableFutures in many places. As far as I know, Spring has means to “convert” those to their reactive APIs. So yes, I’d say that it’s compatible.
Not sure how you see reactive-mongo play a role here. If its something you’re planning to use in event handlers, I’m sure that’s possible.

Cheers,

Allard