Hi Team -- How do you recommend to handle cases wh...
# general
a
Hi Team -- How do you recommend to handle cases where we need to delete a record due to gdpr/ccpa ?
j
This can be done by the minion
PurgeTask
Since the record purge is custom logic, you need to implement and plug in the task scheduler and the record purger
See
SegmentPurgerTest
and
SimpleMinionClusterIntegrationTest
for examples
a
ok.. I will take a look. Thanks Jackie.