Hi all,
I would like to combine two Axon Server event stores into one, with the SequenceEventStorageEngine class. One event store would contain events that were migrated from an older application, the other would contain “live” events being created by our new application. I was wondering however if this is possible at all. I would think that the two event stores would each have its own context. But what would the context of the combined event stores then be?
Thanks if anyone can clarify.