Hi all, I would like to double check with you how we want to apply some GDPR into my kafka topics. In concrete the "right to be forgotten", what forces us to delete some data contained in the messages. So not deleting the message, but editing it. For doing that, my intention is to replicate the topic and apply a transformation over it. I think that frameworks like Kafka Streams or Apache Storm.
Did anybody had to solve this problem? Thanks in advance.