Commit Graph

51 Commits (bf76afb9bfb1b28ab4e428cb1c10877e395281e1)

Author SHA1 Message Date
gongzhongqiang 721c6d9608 [build] Bump testcontainers version and polish dependency 1 year ago
yuxiqian c35b1ff3bc [mongodb][hotfix] Fix SourceRecord range check (#2343)
(cherry picked from commit 0b9ca5958d)
1 year ago
yuxiqian 30e9761290 [mongodb] [tests] Loosen E2E timeout limitations
This closes #2334.

(cherry picked from commit 883b6846ad)
1 year ago
Leonard Xu 92e9d9ea58
[build] Update the copyright year to 2023 (#2205) 2 years ago
Tigran Manasyan 2b017346c3
[debezium] Bump debezium version to 1.9.7.Final (#2156)
Co-authored-by: gongzhongqiang <764629910@qq.com>
2 years ago
Hang Ruan 2d08513f39
[Postgres] Use Incremental Snapshot Framework for Postgres CDC Connector (#2216)
Co-authored-by: Xiao Meng <21000+xiaom@users.noreply.github.com>
Co-authored-by: Yaroslav Tkachenko <260702+sap1ens@users.noreply.github.com>
2 years ago
Jiabao Sun aff5b0566d
[mongodb] Support specific timestamp startup mode. (#2207) 2 years ago
Jiabao Sun 6ae79e24ef
[mongodb][hotfix] Fix regex inference of database or collection only contains dash. (#2209) 2 years ago
Jiabao Sun bd7bf36ffb
[mongodb][hotfix] Fix drop or rename record cause documentKey being empty. (#2210) 2 years ago
Jiabao Sun afefe40944
[cdc-base] Close idle readers when snapshot finished (#2202)
* [cdc-base] Close idle readers when snapshot finished
2 years ago
Jiabao Sun d9ea355752
[mongodb] Add support for mongodb+srv connection protocol. (#2203) 2 years ago
emhui 7cdeb0d776
[mongodb][hotfix] Fix NullPointerException when executing ddl operation in MongoDB (#2107)
Co-authored-by: Jiabao Sun <jiabao.sun@xtransfer.cn>
2 years ago
Tyrantlucifer 7504217968
[core] support print configuration options for connectors (#2099) 2 years ago
liangyaohui97 a93db47fe2
[mongodb][hotfix] Fix pollAwaitTimeMillis does not take effect (#1995) 2 years ago
Jiabao Sun eed9d6f0c4
[hotfix][mongodb] Fix resume token not found #1879 (#1938) 2 years ago
Jiabao Sun 850c87cc74
[mongodb][hotfix] Fix authentication failed when using a non admin auth source and duplicated usernames #1934 (#1935) 2 years ago
Tyrantlucifer eb5610c29b
[mongodb] Improve code structure (#1900) 2 years ago
Leonard Xu a7f1970e1f [build] Bump version to 2.4-SNAPSHOT 2 years ago
Jiabao Sun 301e5a8ab0 [mongodb] Support incremental snapshot for MongoDB CDC Connector 2 years ago
Tigran Manasyan 5b3dd9884e
[common] Bump Flink version to 1.15.2 (#1504)
This closes #1363. 

Co-authored-by: Hang Ruan <ruanhang1993@hotmail.com>
2 years ago
Sergey Nuyanzin 9f97e06f32
[tests] Remove usage of deprecated EnvironmentSettings.Builder#useBlinkPlanner (#1493)
This closes #1493.
2 years ago
vanliu ed980ef499
[mongodb] Allow mongo ARRAY to be converted to string type in Flink (#1475) 3 years ago
Jiabao Sun 3d255fca83
[mongodb] Expose updateLookup option for stream source. (#1461) 3 years ago
Jiabao Sun 02eca305d2
[mongodb] Expose batch.size config option for table source. (#1387)
* [mongodb] Expose batch.size config option for table source.
3 years ago
Jiabao Sun 3ce8f824d2
[mongodb] Example tests for MongoDBSource (#1388) 3 years ago
Leonard Xu a10ae4624e
[build] Use correct year and copyright owner in license files (#1390)
This closes #1389.
3 years ago
vanliu 42631af6f5
[mongodb] Allow document field defined as string type in flink sql (#1385) 3 years ago
Sergey Nuyanzin 2f3c872306
[build] Bump Flink version to 1.14.4 (#1284)
This closes #1284
3 years ago
Jiabao Sun 086464a733
[mongodb] Permission optimization of single database is specified (#1240) 3 years ago
Qishang Zhong b2014dea11
[mongodb] Fix UnsupportedTemporalTypeException when define Timestamp as String (#1268) 3 years ago
Qingsheng Ren f9a8c403c8
[common] Apply filter on ResolvedSchema to keep physical columns only (#1092) 3 years ago
Leonard Xu 1d7fdac24e [build] Bump version to 2.3-SNAPSHOT 3 years ago
Jiabao Sun 473e36b9cd
[mongodb] Match multiple database and collection names using a regular expression in MongoDB. (#940)
Co-authored-by: Bobby Richard <bobbyrlg@gmail.com>
3 years ago
Jiabao Sun d122877ddc
[mongodb][test] Fix unstable tests of MongoDBConnectorITCase (#944) 3 years ago
Zongwen Li a8879bf4b0
[mongodb] Correct the TypeInformation argument of DebeziumDeserializationSchema in SourceFuntion (#780) 3 years ago
Jiabao Sun dbb73d8dc5
[mongodb][tests] Track MongoDBITCase hang in azure (#881) 3 years ago
gongzhongqiang 1b34887c08
[common] Use ResolvedSchema instead of deprecated TableSchema API (#782) 3 years ago
gongzhongqiang 5c7e2602be
[sqlserver] Add SqlServer cdc connector (#662)
Co-authored-by: Leonard Xu <leonard@apache.org>
3 years ago
Leonard Xu 8368bfb4de
[build] Switch to Log4j 2 by default (#791) 3 years ago
Jark Wu c97968e637
[build] Remove override definition of maven-surefire-plugin in connectors pom (#673) 3 years ago
Jiabao Sun 61f2391566
[mongodb] Support to connect MongoDB without authentication (#642) 3 years ago
Leonard Xu 6174c7e690 [build] Bump version to 2.2-SNAPSHOT 3 years ago
Jark Wu 61ee775b49
[tests] Add end-to-end tests for cdc connector uber jars (#594) 3 years ago
Jiabao Sun 823c14cde4
[mongo] Fix MongoDBConnectorITCase is timeout on Azure (#600) 3 years ago
Jiabao Sun 15c7247b52
[mongodb] Fix problem of cannot look up fields on non-struct type (#588) 3 years ago
Jiabao Sun 5a2a8b9261
[hotfix][mongodb] Fix NullPointException when heartbeat option is enabled (#586) 3 years ago
Leonard Xu 39944c9ecd [docs] Add metadata column example for mysql-cdc and mongodb-cdc connector 3 years ago
Jiabao Sun 5f3393c7f6
[hotfix][mongodb] Correct the connection uri building of MongoDB (#568) 3 years ago
Jiabao Sun 65665ebb6a
[mongodb] Support metadata columns for mongodb-cdc connector (#476) 3 years ago
Jiabao Sun e867c75580
[mongodb] Remove no need config option prefix 'debezium.' (#420) 3 years ago