python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Axon Event Handler not working on a different microservice
I was implementing event-driven CQRS concept using Axon framework. I created two separate microservices and their own two write and read databases.
I am publishing an event in ms-1 and now I want to h...
Sanket Kamble
Votes: 0
Answers: 0
Axonframework, is there a way to lock aggregate using the command bus instead
I have two aggregates with the same identifier. I know it might sound weird, but the reason why I want to do this is because BaseAggregate has too many features and I want to separate codebase so it's...

Patrick
Votes: 0
Answers: 1
Migrating to Axon Server
Currently I am running Axon Framework and using Postgresql as the event store. I am investigating how to scale this horizontally but adding nodes via the k8s HPA functionality regularly results in err...

Kenneth Clark
Votes: 0
Answers: 1
Axon Framework Execute EventUpcaster
I need to upgrade an event to a new version. This entails removing an old property that is growing (due to a design decision) and is not longer needed.
Having read the documentation available at https...

Kenneth Clark
Votes: 0
Answers: 1