We're happy to announce the first public release, version 0.6.0 of Axon Synapse.
Insights from LinkedIn
Blogs
Sort by:
Tiered storage cookbook
2 min
Introduction In event-driven systems, it's important that your event store can store events quickly and indefinitely. But fast disks can be expensive and have limited storage space. Larger storage...
So you have decided to use the Axon Server Enterprise because you want a highly available cluster? Then your next question may be how to configure your cluster setup to take full advantage of this....
We're happy to announce that Axon Server 2023.0 is released. In this blog, we will share the new features and highlights to make your Axon Server experience even smoother!
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...
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...