Kotlin Coroutines support

Hello,

Is there any plans to add support for Kotlin in particular kotlin coroutines?

Spring framework has some progress towards kotlin support already. It would be really nice to have coroutine based command, query, event handlers together with non-blocking IO.

Thanks,
Anton

Currently, I am not aware of any coroutines … but you might have noticed that we started working on a community extension for kotlin https://github.com/AxonFramework/extension-kotlin

I think mapping the completableFuture results from axon/java to coroutines will be a nice fit there.