DistributedCommandBus solves the problem when two commands are dispatched from different nodes at the same time(non axon server)
But what about another scenario? one command is send in node 1 and in the node 2 dealinehandler (in aggregate) is invoked. does it mean there can be exception when AF will try to write events into eventstore?(for example mongodb)