pingcap / tiflow

This repo maintains DM (a data migration platform) and TiCDC (change data capture for TiDB)
Apache License 2.0
421 stars 280 forks source link

Add support for debezium output format #1799

Open himanshpal opened 3 years ago

himanshpal commented 3 years ago

Feature Request

Add support for debezium output format. Debezium has an standard format with support for json, avro & schema-registry. A lot of downstream systems already implement debezium format allowing us to use existing systems without reinventing the wheel.

keweishang commented 2 years ago

+1

Also, is there an existing API or plan to have such API to provide change events so that it's possible to implement a Debezium connector for TiDB. Thanks!

chethanuk commented 2 years ago

+1

dveeden commented 1 year ago

See also:

dveeden commented 1 year ago

/area ticdc /type feature