I've created a Ktable
for a topic using streamsBuilder.table("myTopic")
, which I materialize to a state store so that I can use interactive queries.
Every hour, I want to remove records from this state store (and associated changelog topic) whose values haven't been updated in the past hour.
I believe this may be possible using a punctuator, but I've only used the DSL so far, and so am not sure of how to proceed. I would be very grateful if somebody could provide me with an example.
Thanks,
Jack