Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/feaster83/quarkus-axonframework-extension
- Owner: feaster83
- License: apache-2.0
- Created: 2019-11-19T21:31:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T13:29:05.000Z (almost 5 years ago)
- Last Synced: 2024-08-01T13:33:57.053Z (6 months ago)
- Language: Java
- Size: 502 KB
- Stars: 8
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - feaster83/quarkus-axonframework-extension - Quarkus Axon Framework extension (Java)
README
# quarkus-axonframework-extension
Quarkus Axon Framework extensionThis 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