Hello everyone 👋
I have recently started experimenting on Pinot in order to have run in production. I have a question about disaster recovery in case metrics are wrong for some reason and we'd like to recompute them.
In the case of a kafka realtime table, is there a way to pause the Kafka Consumers, truncate the table and then restart consumption from scratch?
Or should I just consider a blueGreen way here (create new table with correct metrics and redirect the queries to it when it's up to date)?