Hello, I have a Kafka Streams application that is consuming from two topics and internally aggregating, transforming and joining data. I am using KTable as result of aggregation and my question is if KTables are cleaned using some mechanism of Kafka Streams or is this something that I have to do manually - clean up old state that is not longer needed?
Regards, Mihaela Stoycheva