Hello,
We are facing the following situation and would love to hear the community’s take on it.
- We have a domain event that represented an error scenario
- Our business has decided that this error scenario is no longer necessary
- Because of this, we would like to remove the Java class for the event
- However, if we remove the Java class Axon will throw errors while trying to de-serialize the payload for this event that already exist in our event store.
What are your recommendations?
Thank you for your time.
Sadique Ali