Flink MySQL CDC1.13 和Flink 1.16版本不兼容了,麻烦帮忙适配下
- Dominant language
- Java
- Stars
- 4.1k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
### Search before asking
- [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar issues.
### What happened
use mysqlcdcreader -> mysqlwriter
{
"job": {
"content": [
{
"reader": {
"parameter": {
"host": "192.168.3.73",
"port": 3306,
"serverId": 109,
"databaseList": [
"binlog"
],
"tableList": [
"binlog.t_source"
],
"username": "root",
"password": "",
"column": [
{
"name": "id",
"type": "int"
},
{
"name": "name",
"type": "string"
}
],
"writeMode": "upsert"
},
"table": {
"tableName": "t_source"
},
"name": "mysqlcdcreader"
},
"writer": {
"parameter": {
"username": "root",
"password": "",
"connection": [
{
"jdbcUrl": "jdbc:mysql://192.168.3.73:3306/sink?useSSL=false&characterEncoding=utf-8",
"table": [
"t_sink"
]
}
],
"column": [
{
"name": "id",
"type": "int"
},
{
"name": "name",
"type": "string"
}
]
},
"table": {
"tableName": "t_sink"
},
"name": "mysqlwriter"
}
}
],
"setting": {
"errorLimit": {
"record": 100
},
"speed": {
"bytes": 0,
"channel": 1,
"readerChannel": 1,
"writerChannel": 1
}
}
}
}
### What you expected to happen
期望能够使用flinkcdc 2.3来适配flink 1.16.1
### How to reproduce
如上
### Anything else
_No response_
### Version
master
### Are you willing to submit PR?
- [ ] 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)
Contributor guide
Assessment
This issue has not been assessed yet.