ReplayAware in Axon 3.0

Hi,

I read through posts in this group and I understand that in Axon 3.0 ReplayingCluster is replaced by a TrackingEventProcessor and that resetting the TokenStore is required to perform a replay.

This question is about the ReplayAware interface providing hooks to perform operations before and after the replay and also a special hook in case the replay has failed.

How should we port Axon 2.x ReplayAware implementations to Axon 3.0?

Thanks,
Yoram

Hi Yoram,

unfortunately, at this moment, there is no equivalent for ReplayAware. To initiate a replay, you should clear the token as well as any tables that will be populated by the processor that’s being reset.

Cheers,

Allard

Thanks for the quick reply