tsreaper opened a new pull request, #896: URL: https://github.com/apache/incubator-paimon/pull/896
### Purpose This PR introduces `CdcMultiTableParsingProcessFunction` and `FlinkCdcSyncDatabaseSinkBuilder` which creates a separate Paimon sink for each table in the source database. With the new sink, we can support CDC database syncing. The current implementation is not very efficient in resource saving. We may refine this implementation by merging all sinks into one instance in the future. ### Tests * FlinkCdcSyncDatabaseSinkITCase ### API and Format N/A ### Documentation N/A -- 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: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org