You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yun Gao (Jira)" <ji...@apache.org> on 2022/04/13 06:28:04 UTC

[jira] [Updated] (FLINK-17755) Support side-output of expiring states with TTL.

     [ https://issues.apache.org/jira/browse/FLINK-17755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yun Gao updated FLINK-17755:
----------------------------
    Fix Version/s: 1.16.0

> Support side-output of expiring states with TTL.
> ------------------------------------------------
>
>                 Key: FLINK-17755
>                 URL: https://issues.apache.org/jira/browse/FLINK-17755
>             Project: Flink
>          Issue Type: New Feature
>          Components: API / State Processor
>            Reporter: Roey Shem Tov
>            Priority: Minor
>              Labels: auto-deprioritized-major
>             Fix For: 2.0.0, 1.15.0, 1.16.0
>
>
> When we set a StateTTLConfig to StateDescriptor, then when a record has been expired, it is deleted from the StateBackend.
> I want suggest a new feature, that we can get the expiring results as side output, to process them and not just delete them.
> For example, if we have a ListState that have a TTL enabled, we can get the expiring records in the list as side-output.
> What do you think?



--
This message was sent by Atlassian Jira
(v8.20.1#820001)