You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Igal Shilman (Jira)" <ji...@apache.org> on 2020/02/14 15:24:00 UTC

[jira] [Created] (FLINK-16066) StateBinder should pickup persisted values in inner class

Igal Shilman created FLINK-16066:
------------------------------------

             Summary: StateBinder should pickup persisted values in inner class
                 Key: FLINK-16066
                 URL: https://issues.apache.org/jira/browse/FLINK-16066
             Project: Flink
          Issue Type: Task
          Components: Stateful Functions
            Reporter: Igal Shilman


Currently StateBinder would only bind PersistedValues/PersistedTables if they are declared directly as a field in a StatefulFunction, but this prevents reuse through composition.
Ideally if I user annotates a field as Persisted, StateBinder should recurse into that class and pick up all the PersistedStates/PersistedTables.




--
This message was sent by Atlassian Jira
(v8.3.4#803005)