apache / paimon-webui

Web ui for Apache Paimon.
https://paimon.apache.org/
Apache License 2.0
121 stars 58 forks source link

[Feature] CDC integration supports full mysql database synchronization #434

Closed hdygxsj closed 2 months ago

hdygxsj commented 2 months ago

Purpose

close #427

A factory has been added to facilitate the implementation of full MySQL database synchronization.

image

image

Tests

Add test case org.apache.paimon.web.server.controller.CdcJobDefinitionControllerTest#submitDatabaseSyncCdcJob

API and Format

No change