Hi everyone, I am new to the Kafka community and learning the ropes here. I have an app in which there is a join of two topics. From what I understand, after the join the data is stored in local store and change-log topic. Now, the data in local store and change-log topics is deleted only after retention period. I want to manually delete the data in local store and change-log topic after producing the data in output topic to prevent memory usage in case of replays.
Is it possible to do so? Thanks