Commit Graph

1149 Commits (06154e96743a7217538f96ccc53f2f9d15bba865)
 

Author SHA1 Message Date
yux a513e9f82e
[FLINK-35258][cdc][doc] Fix broken links to Doris in documentation (#3276) 10 months ago
Qingsheng Ren 9cc3451ddf
[FLINK-35251][cdc][runtime] Fix bug of serializing derivation mapping in SchemaDerivation
This closes  #3267.
10 months ago
Kunni ec643c9dd7
[FLINK-35235][pipeline-connector][kafka] Fix missing dependencies in the uber jar of Kafka pipeline sink 10 months ago
yux 185f71978d
[minor][cdc][docs] Add user guide about providing extra jar package in quickstart docs 10 months ago
ConradJam 6232d84052
[FLINK-35173][cdc][mysql] Debezium custom time serializer for MySQL connector (#3240) 10 months ago
Zmm f9c1ecafff
[docs][hotfix] Correct shell scripts style in Quickstart document
This closes #3253.
10 months ago
Qingsheng Ren b0e053838c
[release] Update version to 3.2-SNAPSHOT
This closes #3261.
10 months ago
He Wang 05281e5d6f
[FLINK-34639][cdc][oceanbase] Support debezium deserializer in OceanBase source connector (#3124) 10 months ago
Hongshun Wang bdca0e328b
[FLINK-35128][cdc-connector][cdc-base] Re-calculate the starting changelog offset after the new table added (#3230) 10 months ago
Leonard Xu ddf557c8e1 [tests][cdc-connector][db2] Improve the DB2 tests
This closes #2870
10 months ago
Leonard Xu 8deddab6eb [minor][cdc-connector][db2] Fix typos and improve the code style 10 months ago
gong 3385ae8fbc [cdc-connector][db2] Db2 support incremental source 10 months ago
gongzhongqiang 990261da60
[hotfix][ci] Polish ci concurrency group to avoid warning message
This closes #3241.
10 months ago
Qingsheng Ren 3fe0540df3
[hotfix][cdc][tools] Change file mode to 755 to allow executing release script (#3249) 10 months ago
Kunni 65d670a58f
[FLINK-34188][cdc][build] Add scripts in tools/releasing to help release. (#3102) 10 months ago
Kunni c1e1aa48d9
[FLINK-34648][cdc] Avoid RPC timeout when applying SchemaChangeEvent to downstream external systems
This closes  #3128.
10 months ago
yux 58531e748e
[FLINK-35077][cdc] Add license checking CI scripts (#3218) 10 months ago
yux de4be372f8
[hotfix][e2e] Fix pipeline e2e test cases failures (#3246) 10 months ago
Kunni ef2eece256
[pipeline-connector][paimon] add paimon pipeline data sink connector. (#2916) 10 months ago
Kunni bc7031bd71
[e2e][pipeline-connector][mysql] Add e2e test for mysql pipeline connector
This closes #2997.
10 months ago
yux 01ec7da989
[FLINK-35055][cdc] Exclude connector dependencies with questionable licenses from fat jar packages (#3212) 10 months ago
Kunni 253ef9256b
[pipeline-connector][kafka] Add kafka pipeline data sink connector. (#2938) 10 months ago
sky 21032263c5
[FLINK-34969][cdc][cli] Add support for both new and old Flink config files in Flink CDC (#3194) 10 months ago
yux 313726b096
[minor][cdc][docs] Fix outdated StarRocks quickstart guide 10 months ago
yux 5e52d8620c
[FLINK-35102][cdc][doris-sink] Correct Doris connector varchar type mapping
This closes #3224.
10 months ago
Thorne 0d797a6021
[FLINK-34903][cdc][mysql] Add mysql-pipeline-connector with tables.exclude option to exclude unnecessary tables (#3186) 10 months ago
Kunni d4ed7db8dc
[FLINK-35127][cdc][values] Remove HybridSource from ValuesSource to avoid CI failure. (#3237) 10 months ago
xleoken ef9491b78c
[minor][cdc][docs] Optimize markdown styles in quickstart doc 10 months ago
yuxiqian 0562e35da7
[FLINK-35079][cdc-connector][mongo] Fallback to timestamp startup mode when resume token has expired 10 months ago
Qingsheng Ren 6017b16528
[FLINK-34653][cdc][route] Support table merging with route rules
This closes  #3129.
10 months ago
Laffery 9d150c07a3
[docs] [minor] Optimize styles of the Flink CDC website homepage
This closes #3208.
11 months ago
Muhammet Orazov adf6667907
[FLINK-35078][ci] Adds flink-cdc-pipeline-connectors to the GHA CI (#3220) 11 months ago
Hongshun Wang 48ca8623bb
[FLINK-34634][cdc-base][mysql] Fix that Restarting the job will not read the changelog anymore if it stops before the synchronization of meta information is complete and some table is removed (#3134) 11 months ago
L af7665d338
[FLINK-34689][MySQL][Feature] check binlog_row_value_options (#3148) 11 months ago
yuxiqian 1b0b9f868d
[minor][cdc-connector][mongo] Fix warning during MongoDB tests (#3210) 11 months ago
Hongshun Wang 025653d772
[hotfix] run mvn spotless to fix code style violations. (#3219) 11 months ago
Qishang Zhong 18dd51fe22
[FLINK-34905][cdc-connector][mysql] Fix the default length of CHAR/BINARY data type of Add column DDL (#3145) 11 months ago
Hongshun Wang abb98ee257
[FLINK-34690] Cast decimal to VARCHAR as primary key in starrocks sink (#3150) 11 months ago
shikai93 80d461b1b8
[MySQL] Fix for DBZ-7037 and #2217 to not clear tableMapEventByTableId for fake Rotates Event (#3065) 11 months ago
Hongshun Wang 8c5437a1f1
[FLINK-34952][cdc-composer][sink] Flink CDC pipeline supports SinkFunction (#3204) 11 months ago
Kunni b10a666e3e
[FLINK-34613][cdc] Support recover from a specific savepoint file (#2959) 11 months ago
xleoken 6510e670fa
[FLINK-34959][cdc] Update old flink-cdc-connectors artifactId (#3200) 11 months ago
Leonard Xu 1d05abff87 [minor][cdc-common] Improve the java doc of translators
This closes #2937.
11 months ago
wenmo a35b8dd44c [build] Optimize pom to solve the CI error 11 months ago
wenmo bcad5d9d11 [cdc-runtime] Introduce TransformSchemaOperator and TransformDataOperator to support transformation 11 months ago
wenmo c92903016d [cdc-common] Introduce partitionKeys into schema and add related util classes 11 months ago
wenmo f0c29f64f2 [cdc-composer] Introduce transform definition and parser 11 months ago
qwding ed09e8b235
[minor][cdc][docs] Improve the indentation of the example yaml in README file 11 months ago
Qishang Zhong d099603ef1
[FLINK-34948][cdc][common] Fix cdc RowType can not convert to Flink type 11 months ago
Shawn Huang 927a0ec474
[FLINK-34753][cdc][docs] Improve and update outdated mongodb cdc FAQ 11 months ago