Re: [I] How to do MySQL to MySQL pipeline [flink-cdc]

2024-04-08 Thread via GitHub
PatrickRen commented on issue #3140: URL: https://github.com/apache/flink-cdc/issues/3140#issuecomment-2044202108 Closing this issue as it has been migrated to [Apache Jira](https://issues.apache.org/jira). -- This is an automated message from the Apache Git Service. To respond to the mes

Re: [I] How to do MySQL to MySQL pipeline [flink-cdc]

2024-04-08 Thread via GitHub
PatrickRen closed issue #3140: How to do MySQL to MySQL pipeline URL: https://github.com/apache/flink-cdc/issues/3140 -- 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 unsubs

Re: [I] How to do MySQL to MySQL pipeline [flink-cdc]

2024-03-27 Thread via GitHub
ysmintor commented on issue #3140: URL: https://github.com/apache/flink-cdc/issues/3140#issuecomment-2022799129 > Owner said mysql2mysql still not support even though there is source code Oh, Thank you. I have found some DataStream method to handle which take CDC DDL to create corelat

Re: [I] How to do MySQL to MySQL pipeline [flink-cdc]

2024-03-25 Thread via GitHub
KiwiGeorge commented on issue #3140: URL: https://github.com/apache/flink-cdc/issues/3140#issuecomment-2019315512 Owner said mysql2mysql still not support even though there is source code -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [I] How to do MySQL to MySQL pipeline [flink-cdc]

2024-03-14 Thread via GitHub
ihadoop commented on issue #3140: URL: https://github.com/apache/flink-cdc/issues/3140#issuecomment-1997037995 you can create sink mysql table ```sql CREATE TABLE mysql_sink ( `id` bigint , `s_name` varchar(100) , `s_int` bigint, PRIMARY KEY(id) NOT ENFORCED

[I] How to do MySQL to MySQL pipeline [flink-cdc]

2024-03-13 Thread via GitHub
ysmintor opened a new issue, #3140: URL: https://github.com/apache/flink-cdc/issues/3140 Hi, I just found out demo of MySQL to Doris, But I want to do a whole sync database of MySQL to another MySQL. flink-cdc-pipeline-connector-mysql is just for source. How about the sink still is MySQL?