You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Marios Trivyzas (Jira)" <ji...@apache.org> on 2022/03/10 14:08:00 UTC

[jira] [Created] (FLINK-26587) Replace Configuration arg of RichFunction#open with ReadableConfig

Marios Trivyzas created FLINK-26587:
---------------------------------------

             Summary: Replace Configuration arg of RichFunction#open with ReadableConfig
                 Key: FLINK-26587
                 URL: https://issues.apache.org/jira/browse/FLINK-26587
             Project: Flink
          Issue Type: Improvement
          Components: API / Core
            Reporter: Marios Trivyzas


It would be nice to replace the more concrete *Configuration* with *ReadableConfig* since according the the javadoc description of the method *RichFunction#open* the Configuration is a read-only object from which the function can retrieve and use config options.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)