Showcase for axon using microprofile on Quarkus and GraalVM with working native image

I’ve just updated my showcase: github.com/JohT/showcase-quarkus-eventsourcing

It contains an axon example for microprofile on quarkus.

The native image can now be used!
This was harder than i thought. It needed heavy configuration.
It is not perfect at all, doesn’t contain things like sagas etc. and the database setup (using flyway) only seems to work with the jar runner.

Nevertheless it could be useful to some of you, who are trying to do similar things (e.g. using micronaut).
I documented everything i found out using “Note” comment tags inside the code and within the ReadMe.md.

3 Likes