Introduction Tiered storage is a useful feature that allows you to store data across different levels of storage media based on access speed and cost. This helps optimize performance and reduce...
Blogs
Sort by:
Automation through OpenRewrite In a previous blog, we explained our discontent and reasoning behind the introduction of breaking changes in Axon Framework 4.7. Our desire to support Spring Boot 3 and...
With the release of the bom this morning, all the pieces are now in place to upgrade your applications to 4.7. This will be a short overview of the highlights of this release. For the complete list,...
Since version 4.7.0 of Axon Framework, it’s possible to leverage the transactions API provided by MongoDB. The main advantage this will provide is to keep projections consistent in case of errors....
Breaking changes... Our apologies Different than usual, upgrading to Axon Framework 4.7.x may just impact your application. To deal with the Javax-to-Jakarta adjustment, we introduced several...
Like parents want what's best for their children, we developers want what's best for our application. We concern ourselves with many aspects of our application, like modularity, readability of code,...
Repositories are essential components in Axon Framework. However, they mostly remain behind the scenes, and developers don't need to interact with them directly. Usually, the framework can configure,...
Introduction When transitioning from monolithic architectures to microservices enabling communications between microservices can be challenging. One strategy for getting this ‘right’ is using smart...
In one of my previous blogs, I wrote about using Axon to cope with Set Based Consistency validation. It deals with the question: How can I validate a uniqueness constraint throughout the whole...
Multitenancy with Axon
3 min
In cloud computing, multitenancy allows multiple application users to use the same resources while remaining totally separate from each other – logically and physically.
I don't blame you if you don't know what that means. Frameworks like Spring do a great job of preventing developers from knowing what's under the hood. That's the price to pay for convenience, I...
Event processors are a big part of what makes Axon Framework the great, production-ready CQRS framework it is today. Recently, they got even better. With the recent Axon Framework 4.6.0 release, we...
At AxonIQ, optimization is a core value. We constantly work to improve our frameworks and products – and we’ve achieved that once again. Today, we’re pleased to release 4.6.0 of Axon Framework and...
Introduction Axon Framework 4.6.0 has recently been released. Besides other significant features like the Dead Letter Queue, OpenTelemetry, and Jakarta support, the release also contains a new type...
We recently released Axon Framework 4.6.0. Besides more significant features like the Dead-letter Queue, OpenTelemetry, Jakarta support, and streaming queries, the release also contains a new minor...