Hello,
I am getting org.axonframework.common.lock.LockAcquisitionFailedException error when trying to load the aggregate state using the EventSourcingrepository. I need to load the aggregate to read data from the aggregate state.
Does Axon 4.2 provide a repository which does not lock the aggregate when loading the aggregate? Do I need to write my own custom repository?
Thanks