liaorui opened a new issue, #6735:
URL: https://github.com/apache/inlong/issues/6735
### 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?
- [X] Yes, I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of
Conduct](https://www.apache.org/foundation/policies/conduct)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]