Hi,
Based on my understanding, support for persistence of state stored aggregate is done using GenericJpaRepository.
Do we have any which supports mongodb?
Nick
Hi,
Based on my understanding, support for persistence of state stored aggregate is done using GenericJpaRepository.
Do we have any which supports mongodb?
Nick
Hi Nick,
There currently is no Aggregate repository which is based on MongoDb.
So your current understanding is correct. State-stored aggregates are maintained through the GenericJpaRepository.
Trusting this clarifies things for you.
Cheers,
Steven
PS. It is important to note that this mailing list will be discontinued as specified in this thread.
Instead of this mailing list we have moved to use a forum style of communication, at https://discuss-next.axoniq.io/.
Hope to see you there!