In my case, I use Flink's queryable state only. In particular, I do not care about checkpoints.
Upon an event, I query the queryable state only after a maximum of X minutes. Ideally, I would delete the "old" state to save on space.
That's why I wonder: can I signal Flink's state to clear itself after some time? Through configuration? Through specific event signals? How?