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

Introduce Debezium format to support reading debezium changelogs

    XMLWordPrintableJSON

Details

    Description

      Introduce DebeziumFormatFactory and DebeziumRowDeserializationSchema to read debezium changelogs.

      CREATE TABLE my_table (
        ...
      ) WITH (
        'connector'='...',  -- e.g. 'kafka'
        'format'='debezium-json',
        'debezium-json.schema-include'='true' -- default false, Debeizum can be configured to include or exclude the message schema
        'debezium-json.ignore-parse-errors'='true' -- default false
      );
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: