I have a kafka stream app that utilize a KTable. My app has ran a while so the KTable is already built up.
How do I truncate the KTable (assuming my app can handle rebuilding the table)?
Is stopping my app and also delete data from the changelog topic the correct way? It seems a little complicate I feel there should be a simpler way.
Thank you