You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Tzu-Li (Gordon) Tai (Jira)" <ji...@apache.org> on 2020/05/27 04:15:00 UTC

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

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)