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...
Insights from LinkedIn
Blogs
Sort by:
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...
Before you build your own framework, you should read this. Previously, we discussed whether or not to even use a framework at all – and explored how often you may already be using a large variety of...
Customers mean more than just a bottom line here at AxonIQ; for us, it’s a collaborative relationship – one that often leads to new insights into the transformative power of our products. Locala...
Cost optimization for Axon Server deployments without sacrificing performance is very important to our customers. The most commonly used technique is the optimization of storage for the events. To...
Last weekend, I went on a long walk to prepare for The Four Days Marches Nijmegen. Podcasts make the perfect companion for a lengthy stroll, and as a relatively new AxonIQ team member, there's plenty...
You may be aware that we created the AxonIQ Discuss platform as a place to ask questions and discuss ideas around Domain-Driven Design, CQRS, Event Sourcing, and Axon. For the last two years, it has...
It's often easier to learn from the real-life perspectives of users than from solutions providers. This is very true for microservices design patterns. At our 2020 conference, a customer team...
One of the most frequently asked questions is how AxonIQ compares to other players such as NoSQL and SQL database vendors in the messaging and event store space. Users of the open-source Axon...
Axon Framework provides the building blocks that CQRS requires and helps developers to create scalable and extensible applications while maintaining application consistency in distributed systems. It...