Axoniq Platform superpowers your Axon Framework application with advanced monitoring and enabling easy access to actions within the framework.
This repository contains the Open-Source connectors that your application will use through maven dependencies. For actual configuration, please consult the setup instructions that will be provided by AxonIQ Console itself.
You can visit Axoniq Platform here.
axoniq.console.credentials- this need to be set, otherwise the auto configuration won't do anything. The correct value can be retrieved via the AxonIQ console UI.
Axoniq Platform is an AxonIQ SaaS product. Your application will periodically, or upon request, send information to the servers of AxonIQ. Please check our Privacy Policy and Data Processing Addendum for the measures we implemented to protect your data.
The following data will be sent to the servers of AxonIQ:
- Event processor information
- Name, latency, status, position
- Occurs every 2 seconds
- Handler statistics
- Message names and names of handling components
- Message payload, or ids, are not sent to AxonIQ servers
- Statistics such as latency, throughput and error rates
- Correlation between messages and different handlers
- Occurs every 20 seconds
- Dead Letter Information
- Contains message name, error information and event payload
- Occurs upon user request
- Disabled by default
If you are concerned about the message data being sent to AxonIQ, disabling the DLQ functionality will prevent that in all cases.
- Run
mvn versions:set -DnewVersion=1.x.xto update the version in the pom files - Commit and push the change
- Close the milestone on GitHub
- Wait for the release to be created on Github and publish it
- A Github action will automatically release this to Maven Central
- Run
mvn versions:set -DnewVersion=1.x.x-SNAPSHOT - Commit and push the new development version
- Wait for the version to become available here. Can take minutes, can take hours.
