Micronaut support

It seem Micronaut is the next step creating microservices running in for example kubernetes and clouds environment (lambda) - because of low memory footprint and startup-up time. Does it exist a axon framework for Micronaut (not spring)?

There is no Axon extension for Micronaut currently. We want to make Axon Framework 5 easier to use without Spring and might make some changes that make it easier to have a Micronaut extension.

Please note that it’s possible to use the framework with Micronaut, you do have to more of the configuration yourself compared to using it with Spring Boot.