Commit Graph

69 Commits (95af1a53052b893d264e7c83d9ac1a4dca982661)

Author SHA1 Message Date
Hongshun Wang a8fb5b0ef5
[test] Close resources after each test (#2438) 1 year ago
e-mhui 8feb51b2df
[oracle] Correct the naming error (#2405)
* [oracle] Correct the naming error

* Fix comments

* fix name error
1 year ago
Hang Ruan fdcb2f02e0
[oracle] Fix class conflict when using multi cdc sql connector
This closes #2285.
2 years ago
Hang Ruan bb3b081f45
[oracle] Use oracle connection in context for each reader subtask (#2254) (#2258) 2 years ago
BIN ba5fcbc97b
[hotfix] update dbz option name 'xx. whitelist' to 'xx.include.list'(xx = database, schema or table) (#2212) 2 years ago
Hang Ruan 40b5bfca19 [build] Bump version to 2.5-SNAPSHOT 2 years ago
gongzhongqiang 53ff798ef6
[docs][hotfix] Update debezium reference links to 1.9 version
This closes #2225.

Co-authored-by: gongzhongqiang <gongzhongqiang@gigacloudtech.com>
Co-authored-by: Leonard Xu <leonard@apache.org>
2 years 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 d8c1e335dc
[oracle] Fix the backfill task not running bug in oracle cdc connector (#2218) 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
molsionmo 734982e075
[oracle] Fix the incremental phase not skip the data that has been read in the snapshot full phase (#2215)
Co-authored-by: Hang Ruan <ruanhang1993@hotmail.com>
2 years ago
Jiabao Sun aff5b0566d
[mongodb] Support specific timestamp startup mode. (#2207) 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
Tyrantlucifer 7504217968
[core] support print configuration options for connectors (#2099) 2 years ago
molsionmo 9184da841f
[hotfix][test] ignore OracleConnectorITCase.testConsumingAllEvents util issue 1875 fix (#2111) 2 years ago
zhaomin fe5ee766d5 [mysql/oracle] Fix the wrong comments in ChunkSplitter 2 years ago
wuzhenhua 8f920ac552
[minor][common] Improve the changelogMode expression (#1793) 2 years ago
ehui 774c339a1d
[oracle] Add missing supported config options for oracle table source (#1727) 2 years ago
Leonard Xu a7f1970e1f [build] Bump version to 2.4-SNAPSHOT 2 years ago
Leonard Xu e4dcd10ec8 [oracle][mysql] Improve the Oracle all data types test and clean up debug logs 2 years ago
Leonard Xu 228fbe650a [oracle] Properly support TIMESTAMP_LTZ type for oracle cdc connector 2 years ago
molsion b4ce19951f [oracle]support use user given column as split column 2 years ago
Leonard Xu df4b87f79e [oracle][minor] Clean up useless methods and classes 2 years ago
ehui 6fe4fc93e1 [oracle] Parallel read supports startup of startupOptions 2 years ago
ehui 4bfe694fea [oracle] Add full type field test 2 years ago
molsion a09a31495e [oracle]OracleTableSource support splitSize, fetchSize ,connectMaxRetries, connectionPoolSize and add test 2 years ago
Leonard Xu 8dd8fe6ac3 [hotfix][oracle][db2] Update the license header 2 years ago
Leonard Xu 1d5961dfec [cdc-base][oralce] Remove useless method of JdbcSourceFetchTaskContext 2 years ago
molsion f6c34cd616 [cdc-base][oracle] Improve the base methods base on Oracle specific requirements 2 years ago
ehui 4d9c0e41e1 [oracle] Support custom url for incremental snapshot source 2 years ago
molsion 94fa8b347f [oracle] Introduce SCAN_INCREMENTAL_SNAPSHOT_ENABLED option for OracleTableSourceFactory 2 years ago
molsion a94eefd90a [minor][oracle] Improve tests and code format 2 years ago
01410172 f99efd809f [oracle] Ignore testCheckpointAndRestore util DBZ-5245 and DBZ-4936 fix 2 years ago
莫贤彬 4855fa3337 [oracle][test] Add tests for Oracle incremental snapshot source 2 years ago
Enoch aeaf57b37e [oracle] Use ROWID as split column and replace limit syntax with ROWNUM 2 years ago
莫贤彬 70fb9cf5a3 [oracle] Let LogMinerStreamingChangeEventSource do not rely on oracle table LOG_MINING_FLUSH 2 years ago
莫贤彬 dd7b7beaaa [oracle] Use Incremental Snapshot Framework for Oracle CDC Connector (#1079)
This closes #1292.
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
Leonard Xu cfbd00fa34 [mysql][polardbx] Stop container timely in tests (#1468) 3 years ago
Leonard Xu dda1c3e6a1 [minor][oracle] Rename JdbcConfigurationUtil to OracleJdbcUrlUtils 3 years ago
dujie 0292a39a3c [oracle] Support custom JDBC URL for Oracle (#1258)
This closes #1244.
3 years ago
Hang Ruan 2bb5b6f625
[test] Fix tests missed 'update_before' records if the primary keys of source and sink are different (#1451) 3 years ago
legendtkl 8849d14aeb
[hotfix][oracle] Fix the shell script interpreter assignment should be at first line (#1452)
Co-authored-by: taokelu <taokelu@bytedance.com>
3 years ago
Leonard Xu 7afa2e1675 [oracle] Fix mining session stopped due to 'No more data to read from socket' 3 years ago
Leonard Xu a10ae4624e
[build] Use correct year and copyright owner in license files (#1390)
This closes #1389.
3 years ago
Matrix42 8f6078d12a
[oracle] Support XMLType for Oracle CDC Connector (#1342)
This closes #1341
3 years ago
Sergey Nuyanzin 2f3c872306
[build] Bump Flink version to 1.14.4 (#1284)
This closes #1284
3 years ago
Leonard Xu f16e65deac
[oracle] Fix duplicated records when restoration (#1100) 3 years ago