Hi all,
I’m curious about whether or not it’s possible to configure a snapshot trigger definition that creates snapshots when a specific event is published.
I’m just learning Axon and am making a small shopping cart application. My hope is to create snapshots whenever there’s a CartClearedEvent or a CartCheckoutEvent. I’ve looked around and it seems like the only possible option for snapshotting is after a set number of events. Is this correct? Or am I missing something?
If this isn’t a feature, maybe it could be one that could be looked into?
Any help or info is appreciated!
Thanks,
Chris