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.
I’ve not got a extension, but i’ve been having a play with micronaut here.
Lots more to do including auto discovery of things like handlers, aggregates and sagas, but you can wire them up manually for now.
I would love to help the team out on the micronaut version as and when they have time to look into it.
1 Like