Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-15331 [umbrella] Create a table from a changelog
  3. FLINK-17150

Introduce Canal format to support reading canal changelogs

    XMLWordPrintableJSON

Details

    Description

      Introduce CanalFormatFactory and CanalRowDeserializationSchema to read canal changelogs.

      CREATE TABLE my_table (
        ...
      ) WITH (
       'connector'='...', -- e.g. 'kafka'
       'format'='canal-json',
       'canal-json.ignore-parse-errors'='true' -- default false
      );
      

      Attachments

        Activity

          People

            jark Jark Wu
            jark Jark Wu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: