Commit Graph

729 Commits (4a5f2161aa5e0303d47cf3bdb996366792704c4d)
 

Author SHA1 Message Date
Hang Ruan 70250a7187 [docs] Update connector link to 2.5-SNAPSHOT in docs
Hang Ruan 40b5bfca19 [build] Bump version to 2.5-SNAPSHOT
SileiWu e088d014c6
[hotfix][mysql] remove unused code ()
Hang Ruan 51381c1cd1
[hotfix] Add vitess connector to the release profile ()
gongzhongqiang 53ff798ef6
[docs][hotfix] Update debezium reference links to 1.9 version
This closes .

Co-authored-by: gongzhongqiang <gongzhongqiang@gigacloudtech.com>
Co-authored-by: Leonard Xu <leonard@apache.org>
Leonard Xu 92e9d9ea58
[build] Update the copyright year to 2023 ()
Hang Ruan 015e9515d3 [postgres] Fix postgres e2e test
Hang Ruan 960ef134bc [postgres] scan.incremental.snapshot.enabled is closed by default
Hang Ruan 6d6881663a [postgres] Backfill task will be able to end when there is not new change data but read the ending lsn
Hang Ruan 1a69cef424 [postgres] Create slot for backfill task before snapshot reading
Co-authored-by: Leonard Xu <xbjtdcq@gmail.com>
Hang Ruan da5e6a7872 [postgres] Prepare a slot for the unique global stream split
Co-authored-by: Leonard Xu <xbjtdcq@gmail.com>
wallkop debd6ef404
[mysql] Fix GTID issues to recover from checkpoint normally in specifying startup mode ()
gongzhongqiang c8d4181cb9
[doc][hotfix] Fix driver version and correct vitess doc path ()
* [doc][hotfix] Fix driver version and correct vitess doc path
---------

Co-authored-by: gongzhongqiang <gongzhongqiang@gigacloudtech.com>
Qingsheng Ren 1bb0689583 [vitess] Add e2e case for Vitess connector
Qingsheng Ren 1fb4f825e8 [vitess] Add Vitess tests in Azure pipeline
Simonas Gelazevicius e349cb1a83 [vitess] Add Vitess CDC connector ()
Co-authored-by: gintarasm <gintaras.matulas@gmail.com>
Tigran Manasyan 2b017346c3
[debezium] Bump debezium version to 1.9.7.Final ()
Co-authored-by: gongzhongqiang <764629910@qq.com>
Hang Ruan d8c1e335dc
[oracle] Fix the backfill task not running bug in oracle cdc connector ()
ehui 66556ee501
[hotfix][sqlserver] Merge high and low watermark data during snapshot reading process ()
* [sqlserver] Merge high and low watermark data during snapshot reading process
Hang Ruan 2d08513f39
[Postgres] Use Incremental Snapshot Framework for Postgres CDC Connector ()
Co-authored-by: Xiao Meng <21000+xiaom@users.noreply.github.com>
Co-authored-by: Yaroslav Tkachenko <260702+sap1ens@users.noreply.github.com>
molsionmo 734982e075
[oracle] Fix the incremental phase not skip the data that has been read in the snapshot full phase ()
Co-authored-by: Hang Ruan <ruanhang1993@hotmail.com>
Jiabao Sun aff5b0566d
[mongodb] Support specific timestamp startup mode. ()
Leonard Xu 6f6c978e3d
[tests][mysql] Shutdown mysql container timely for legacy mysql tests
This closes  .
Jiabao Sun 6ae79e24ef
[mongodb][hotfix] Fix regex inference of database or collection only contains dash. ()
Leonard Xu 63d7c9e514 [hotfix][build] Use different name for each job
Hang Ruan a95659eea5 [hotfix][Mysql] MySqlBinlogSplitAssigner should support method isStreamSplitAssigned
含风 a6f702d862 [MySQL] Remove deleted tables when using a new table filter and restarting from checkpoint
Leonard Xu 06c48e0c33 [build][mysql][e2e] Increase the azure test job timeout to 90 minutes
Leonard Xu 73ba409e25 [mysql] Fix MySql CDC Connector outputs duplicated binlog when enable newly-added-table
Leonard Xu 60eee3a1c5 [mysql][minor] Print clear log information for key path
Jiabao Sun bd7bf36ffb
[mongodb][hotfix] Fix drop or rename record cause documentKey being empty. ()
He Wang dbbef91006
[ci][oceanbase] Only compile necessary modules for self hosted pipeline
This closes .
Jiabao Sun be9e6574b5
[doc] Add docs for close idle readers feature. ()
* [doc] Add docs for close idle readers feature
Jiabao Sun afefe40944
[cdc-base] Close idle readers when snapshot finished ()
* [cdc-base] Close idle readers when snapshot finished
Jiabao Sun d9ea355752
[mongodb] Add support for mongodb+srv connection protocol. ()
He Wang 7c4c4074a9
[oceanbase] Always cleanup resources after reading before exit ()
emhui 7cdeb0d776
[mongodb][hotfix] Fix NullPointerException when executing ddl operation in MongoDB ()
Co-authored-by: Jiabao Sun <jiabao.sun@xtransfer.cn>
Hang Ruan bb60bfede4
[mysql-cdc] Supports MYSQL_TYPE_TYPED_ARRAY column type when parsing the table map event
This closes 
Leonard Xu 892f2d6258 [mysql-cdc][hotfix] Optimize the error msg when binlog expire in source
Leonard Xu b3cd17e1ce [mysql-cdc] Optimize the error msg when binlog expire or server id conflict
This closes .
He Wang 888f92d1a2
[oceanbase] add jdbc options and support oracle mode ()
Leonard Xu 7eceafad9b [mysql-cdc] Add handler for catching async exceptions in snapshot reading executor
This closes .
Hang Ruan 70db0d2958
[hotfix][mysql-cdc] Use session timezone instead of local time zone as the default server time zone
This closes .
Hang Ruan c280d5bcde
[mysql] Fix NullPointerException when database name or table name contains dot
This closes .
Hang Ruan ecad50cc6b [mysql] Fix NullPointerException caused by mysql ignores the capitalization when splitting chunks
ehui 28df7a79ff
[sqlserver] Fix old change data that will be captured when the latest mode starts ()
Tyrantlucifer 7504217968
[core] support print configuration options for connectors ()
He Wang c2a6456ad0
[oceanbase] support libobcdc 4.x and fix restore timestamp config ()
gongzhongqiang 8cef4af544
[sqlserver] Sqlserver incremental source. ()
* [sqlserver] Sqlserver incremental source

---------

Co-authored-by: gongzhongqiang <gongzhongqiang@gigacloudtech.com>
He Wang c8c8107bf0
[OceanBase][test] Update oceanbase and oblogproxy docker image ()