[jira] [Created] (FLINK-17954) Do not multiplex remote function state into single PersistedTable

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-17954) Do not multiplex remote function state into single PersistedTable

Shang Yuanchun (Jira)
Tzu-Li (Gordon) Tai created FLINK-17954:
-------------------------------------------

             Summary: Do not multiplex remote function state into single PersistedTable
                 Key: FLINK-17954
                 URL: https://issues.apache.org/jira/browse/FLINK-17954
             Project: Flink
          Issue Type: Task
          Components: Stateful Functions
    Affects Versions: statefun-2.0.1, statefun-2.1.0
            Reporter: Tzu-Li (Gordon) Tai


We are currently multiplexing multiple remote function's user value states into a single {{PersistedTable}}, using the state name as the table key.

This is not nice since:
- It does not allow individual states to have different properties, such as TTL expiration.
- We are restricted to only value states for remote functions



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