Hello,
I am trying to use 2 different databases for event-store ( command side) and state-store (query side). I also want to setup custom EventSourcingRepository to setup cache.
Can you help me find a way in which I can connect event-sourcing repository to spring.datasource-a.url and state-store repository to spring.datasource-b.url.
Thank you,
Sumanth Kumar Mora