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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
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)