Hi Allar,
As the domain model undergoes changes, I find myself with events that are no longer needed. The problem is I cannot remove them or serializing fails when Axon tries to recreate the aggregate via the events.
What’s the best way t deal with this scenario? Upcasting is the maturation of the event but what if the event is not needed at all?
Cheers,
Bjorn
P.S. Almost done with my 2.4.6 -> 3.0.5 migration!