As we known, flink can set certain TTL config for the state, so that the state can be automatically cleared after being idle for a period of time.
But if there is no new record coming in after setting the TTL config , will the state be automatically cleared after a certain time? Or does it require a new record to trigger this clear operation ?