Hi,
I’m pretty new to Axon and evaluating it for a project. I have a question:
Command handler scaleout: I understand that in Axon, the recommended approach is to cluster using Jgroups but each aggregate is only manipulated on one machine. In the event that the machine goes down, this means that the aggregate commands will fail? I understand the motivation to restrict an aggregate to a single machine to avoid concurrency issues - but is there a way to configure some failover mechanism?
Thanks
Raghu