seatunnel icon indicating copy to clipboard operation
seatunnel copied to clipboard

[Feature][MySQL-connector] Is full database CDC only supported by Zeta engine?

Open dz902 opened this issue 1 year ago • 2 comments

Search before asking

  • [X] I had searched in the feature and found no similar feature requirement.

Description

Hi, I used Flink to run a job as follows:

source {
  MySQL-CDC {
    catalog = {
      factory = MySQL
    }
    base-url = "jdbc:mysql://xxx:3306/"
    database = ["test-cdc"]
    table-pattern = ".+"
    username = "admin"
    password = "xxx"
  }
}

...and got the error:

org.apache.flink.client.program.ProgramInvocationException: The main method caused an error: Unsupported table number: 2 on flink

Does this imply that full database CDC is only supported by Zeta engine? Thanks.

Usage Scenario

Full database syncing.

Related issues

No.

Are you willing to submit a PR?

  • [ ] Yes I am willing to submit a PR!

Code of Conduct

dz902 avatar Jun 26 '24 06:06 dz902

This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.

github-actions[bot] avatar Jul 27 '24 00:07 github-actions[bot]

This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.

github-actions[bot] avatar Aug 03 '24 00:08 github-actions[bot]

This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.

github-actions[bot] avatar Jul 12 '25 00:07 github-actions[bot]

This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.

github-actions[bot] avatar Jul 22 '25 00:07 github-actions[bot]