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

[jira] [Closed] (FLINK-17149) Introduce Debezium format to support reading debezium changelogs

     [ https://issues.apache.org/jira/browse/FLINK-17149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jark Wu closed FLINK-17149.
---------------------------
    Resolution: Fixed

master (1.11.0): 0c038b8d104cd754529dace6477a9e389ce50cc4

> Introduce Debezium format to support reading debezium changelogs
> ----------------------------------------------------------------
>
>                 Key: FLINK-17149
>                 URL: https://issues.apache.org/jira/browse/FLINK-17149
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile), Table SQL / Ecosystem
>            Reporter: Jark Wu
>            Assignee: Jark Wu
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.11.0
>
>
> Introduce {{DebeziumFormatFactory}} and {{DebeziumRowDeserializationSchema}} to read debezium changelogs.
> {code:sql}
> 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
> );
> {code}



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