All,
I did not see an example of Axon using a different Aggregate repository other than “GenericJpaRespository” I was looking to implement a custom aggregate repository(Couchbase) ideally I would like my implementation to be on the Spring Data Repository abstraction so I could freely adjust databases. Is there any documentation or recommendations on how I can extend Axon to leverage a Spring Data repository for an aggregate?
Thanks,
Matt