You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Timo Walther (Jira)" <ji...@apache.org> on 2021/12/20 12:50:00 UTC

[jira] [Created] (FLINK-25390) Support mutable options in DynamicTableFactory

Timo Walther created FLINK-25390:
------------------------------------

             Summary: Support mutable options in DynamicTableFactory
                 Key: FLINK-25390
                 URL: https://issues.apache.org/jira/browse/FLINK-25390
             Project: Flink
          Issue Type: Sub-task
          Components: Table SQL / API
            Reporter: Timo Walther


Factory update for mutable options.

{code}
DynamicTableFactory {

    /* Declares options that can be modified without runtime implications. */
    Set<ConfigOption<?>> mutableOptions();
    
}
{code}



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