Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-23620

Introduce proper YAML parsing to Flink's configuration

    XMLWordPrintableJSON

Details

    Description

      At the moment, the YAML parsing for Flink's configuration file (conf/flink-conf.yaml) is pretty basic. It only supports basic key value pairs, such as:

      a.b.c: a value
      a.b.d: another value

      As well as supporting some invalid YAML syntax, such as:

      a: b: value

       

      Introducing proper YAML parsing to the configuration component would let Flink users use features such as nested keys, such as:

      a:
        b:
          c: a value
          d: another value

      as well as make it easier to integrate configuration tools/languages that compile to YAML, such as Dhall.

      Attachments

        Issue Links

          Activity

            People

              JunRuiLi Junrui Li
              autophagy Mika Naylor
              Votes:
              0 Vote for this issue
              Watchers:
              15 Start watching this issue

              Dates

                Created:
                Updated: