Hello,
I would like to have a projection based on events from aggregate(s) in another JVM instance, with tracking in order to be able to replay the projections.
- I was able to config the rabbit publisher to publish all events from the second JVM to Rabbit MQ.
- I was also able to read events from Rabbit MQ and forward this to my projection.
But my question, can this work as a “tracker” when the EventListerer/Projection is in another JVM.
Or is this only possible in subcribe mode?
Kind regards,
Koen