Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/feaster83/quarkus-axonframework-extension

Quarkus Axon Framework extension
https://github.com/feaster83/quarkus-axonframework-extension

Last synced: 3 months ago
JSON representation

Quarkus Axon Framework extension

Awesome Lists containing this project

README

        

# quarkus-axonframework-extension
Quarkus Axon Framework extension

This extension add [Axon Framework](https://axoniq.io) support for the [Quarkus Framework](https://quarkus.io/).

### Current project status:
The extension is **not** working right now. I'm busy with converting the extension code from the Quarkus core project (in my own custom branch) to a new structure where the extension is in its own repository as a separate project (like the Camel extensions).

The integration tests pass and the interfacing with Axon Server is successful
![Image of integration tests events in Axon Server](doc/assets/it_events_axon.png)

Todos:
- Code cleanup
- Add some more unit tests
- Connect with Quarkus build process to include it in the release (requires PR)
- Test with GraalVM