Y
Hacker News
new
|
ask
|
show
|
jobs
by
fleetingmoments
3036 days ago
What if you're using an append-only log, like Kafka as your data backbone?
2 comments
wsy
3036 days ago
Two options: a) use a reasonably short retention period, e.g. 6 weeks b) if you key your entries in Kafka, a new entry with the same key will overwrite the old one. That way you could overwrite PII content with an empty message.
link
boredatwork
3036 days ago
You got a big problem.
link