You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Shimin Yang (Jira)" <ji...@apache.org> on 2019/09/08 08:52:00 UTC

[jira] [Created] (FLINK-14003) Add access to customized state other than built in state types

Shimin Yang created FLINK-14003:
-----------------------------------

             Summary: Add access to customized state other than built in state types
                 Key: FLINK-14003
                 URL: https://issues.apache.org/jira/browse/FLINK-14003
             Project: Flink
          Issue Type: Wish
          Components: Runtime / State Backends
            Reporter: Shimin Yang


Currently the keyed state backend supports states like value, list, map, although they are quite useful, but it may not fits all user cases. 

User can develop their customized state backend based on different data store as a plugin, but they do not have access to customized state if the type is not one of those built-in types. 

I propose to add getPartitionedState method to RuntimeContext and KeyedStateStore interface to allow user to access their customized state, and it will not affect current code path.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)