You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Tzu-Li (Gordon) Tai (Jira)" <ji...@apache.org> on 2021/03/08 09:36:00 UTC

[jira] [Created] (FLINK-21662) Reject duplicate ValueSpec registrations under the same state name

Tzu-Li (Gordon) Tai created FLINK-21662:
-------------------------------------------

             Summary: Reject duplicate ValueSpec registrations under the same state name
                 Key: FLINK-21662
                 URL: https://issues.apache.org/jira/browse/FLINK-21662
             Project: Flink
          Issue Type: Improvement
          Components: Stateful Functions
            Reporter: Tzu-Li (Gordon) Tai
            Assignee: Tzu-Li (Gordon) Tai
             Fix For: statefun-3.0.0


StateFun's remote Java SDK currently does not throw if a user builds a {{StatefulFunctionSpec}} with multiple {{ValueSpec}}s that are registered under the same name.

A single state name is associated with a single {{ValueSpec}}, so we should restrict and catch this early from the API level.



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