Greetings,
I was wondering if anyone had experience and/or recommendations for implementing the California Consumer Privacy Act (aka Right To Be Forgotten, RTBF) with Axon’s event store. Obviously, the event store was designed to be an immutable, write-only data store. However, RTBF dictates that any consumer data has to be purged from the record. As such, I am looking at having to use something (probably the deadline manager) to get a reference to the domain_event_entry table, find the events in question, and start modifying the entries in such a way that the targeted data is not recoverable.
Does anyone have any experience with this in Axon, and are there any recommended ways to go about achieving this?
Thank you,
David