You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jark Wu (Jira)" <ji...@apache.org> on 2020/05/12 11:37:00 UTC

[jira] [Created] (FLINK-17633) Improve FactoryUtil to align with new format options keys

Jark Wu created FLINK-17633:
-------------------------------

             Summary: Improve FactoryUtil to align with new format options keys
                 Key: FLINK-17633
                 URL: https://issues.apache.org/jira/browse/FLINK-17633
             Project: Flink
          Issue Type: Sub-task
            Reporter: Jark Wu
            Assignee: Jark Wu
             Fix For: 1.11.0


As discussed in http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/DISCUSS-Hierarchies-in-ConfigOption-td40920.html, we propose to use the following new format options: 

{code:java}
format = json
json.fail-on-missing-field = true
json.ignore-parse-error = true

value.format = json
value.json.fail-on-missing-field = true
value.json.ignore-parse-error = true
{code}

However, the current {{discoverScan/SinkFormat}} of {{FactoryUtil}} uses {{value.format.fail-on-missing-field}} as the key, which is not handy for connectors to use. 




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