Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature][Sort][Manager] PostgreSQL connector supports transferring all tables for all schemas in one database #6735

Closed
2 tasks done
liaorui opened this issue Dec 5, 2022 · 0 comments · Fixed by #6736
Closed
2 tasks done

Comments

@liaorui
Copy link
Contributor

liaorui commented Dec 5, 2022

Description

Inspired by mysql-cdc-inlong, postgres-cdc-inlong can also support transferring all tables in one database on time by debezium's ability.

Based on debezium-connector-postgres, postgres-cdc-inlong can assemble two data formats, which are canal-json and debezium-json.

Postgres Logical decoding does not support DDL changes, this means that the debezium connector is unable to report DDL change events back to consumers. But postgres-cdc-inlong can do this, using JDBC query for table schema when data field changes in debezium data streams.

Postgres-cdc-inlong also supports metrics for data transferring.

Use case

No response

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@healchow healchow changed the title [Feature][Sort][Manager]PostgresSQL connector supports transferring all tables for all schemas in one database [Feature][Sort][Manager] PostgreSQL connector supports transferring all tables for all schemas in one database Dec 9, 2022
@healchow healchow added this to the 1.5.0 milestone Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment