Hi there
I’m about switching from event sourcing to JPA based state storage of the aggregates. As everything is now stored in the jpa tables I wanted to turn off event sourcing.
Unfortunately the JpaAutoConfiguration tiggers the creation of an EventStorageEngine. Later on this leads to an issue when the event bus supplies the event to the created event storage engine which tries to store the event in the database.
So my question how can I turn off the creation of the event storage subsystem.
Cheers
Marco
P.S: I’m using axon-spring-boot-starter 3.3.3