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 2020/09/16 06:33:00 UTC

[jira] [Created] (FLINK-19256) Validate Stateful Functions configuration only where necessary

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

             Summary: Validate Stateful Functions configuration only where necessary
                 Key: FLINK-19256
                 URL: https://issues.apache.org/jira/browse/FLINK-19256
             Project: Flink
          Issue Type: Task
          Components: Stateful Functions
            Reporter: Tzu-Li (Gordon) Tai
            Assignee: Tzu-Li (Gordon) Tai


Currently, the Flink configuration is validated to contain necessary settings, such as parent-first classloading patterns whereever {{StatefulFunctionsConfig}} is instantiated.

This validation should not be part of creating a {{StatefulFunctionsConfig}}, and should be refactored out as a separate utility method that is called only on necessary execution paths.



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