Commit Graph

564 Commits (e349cb1a836ec610a8f6beeb580f804eb4ac466c)
 

Author SHA1 Message Date
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
gongzhongqiang e7238f2407
[mysql] Fix dead loop when splitting chunks. (#1107) 3 years ago
gongzhongqiang bc11657855
[docs] Fix a typo in sqlserver-cdc.md (#1382) 3 years ago
hsldymq 1c55a879ec
[docs] Fix typo in mysql-cdc.md (#1364) 3 years ago
xieyi888 0cc58141eb
[docs] Fix a typo in tidb-cdc.md  (#1215)
Signed-off-by: Yi Xie <xieyi01@rd.netease.com>

Co-authored-by: Yi Xie <xieyi01@rd.netease.com>
3 years ago
Hang Ruan 75d70518c1
[docs] Add all supported type mapping for mysql cdc connector (#1373) 3 years ago
Dezhi Cai 2aeffd7380
[build] Build document site only if current PR modified files under docs (#1230)
This closes #343.
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
ehui 1fdf28fe49
[mysql] Adopt streaming merge during snapshotSplit scan to avoid OOM (#1219)
This closes #1219
3 years ago
He Wang be4249156e
[oceanbase] Introduce more config options of log proxy and improve the oceanbase connector(#1234)
This PR closes #1202 and #1287.

1.Add logproxy.client.id, config-url and working-mode params for libobcdc
2.Fix timezone config for change events reading.
3.Sort class fields in order of [common properties -> snapshot properties -> change events properties]
4.Use official docker image in tests.
5.update logproxy-client to 1.0.5
3 years ago
Hang Ruan c4429a962c
[docs][cdc-base] Optimize annotations (#1320)
This closes #1320.
3 years ago
jiabao.sun ccaaf4695d [mysql] Connection pool id should contains username (#1328) 3 years ago
gongzhongqiang de9425faf0
[tidb-cdc] Monitor tidb table lose data, which table has one more regions. (#1196) 3 years ago
jiabao.sun 146135ebfb [dbz] Patch for DBZ-5126 to fix memory leak problem. (#939) 3 years ago
gongzhongqiang 55e4ae57e5
[hotfix][docs] Fix typo in java docs. (#1305)
This closes #1305.
3 years ago
Jiabao Sun 086464a733
[mongodb] Permission optimization of single database is specified (#1240) 3 years ago
lincoln lee 3f07aff6c1
[hotfix][cdc-base] Fix typo 'currenFetcher' -> 'currentFetcher' (#1299)
This closes #1299.
3 years ago
He Wang 841376404c
[hotfix][oceanbase] Fix the default string encoding(#1294)
This closes #1294.
3 years ago
pacino 5ee2233e34
[mongodb][doc] Fix meta field collection_name of metadata sql example (#1290) 3 years ago
Qishang Zhong b2014dea11
[mongodb] Fix UnsupportedTemporalTypeException when define Timestamp as String (#1268) 3 years ago
ruanhang1993 85a6515245
[mysql] Support optional numeric unsigned zerofill types (#1197)
Co-authored-by: bangjiang.xbj <bangjiang.xbj@alibaba-inc.com>
3 years ago
Qingsheng Ren 9c905f6dd1
[mysql] Add heartbeatInterval field to equals() and hashCode() (#1116) 3 years ago
Qingsheng Ren 47e005ab47
[mysql] Catch and hold exception in chunk splitter thread and rethrow in getNext() (#1109) 3 years ago
camelus c0aca57a8f
[mysql] Use the gtid set firstly when compare the binlog offset (#761)
Co-authored-by: camelusluo <camelusluo@tencent.com>
3 years ago
Rinka 7efdc67c80
[hotfix][tidb] Fix RowKind.INSERT judgement condition (#1073)
Co-authored-by: rinka <gzlinjia@corp.netease.com>
3 years ago
Leonard Xu f16e65deac
[oracle] Fix duplicated records when restoration (#1100) 3 years ago
Leonard Xu 7eb9247122
[mysql] Throw RuntimeException timely in snapshot scan phase (#1098) 3 years ago
Jiabao Sun 893e934f74
[docs][mongodb] Update document about MongoDB database and collection regex filter (#1089) 3 years ago
Qingsheng Ren f9a8c403c8
[common] Apply filter on ResolvedSchema to keep physical columns only (#1092) 3 years ago
gongzhongqiang 4cf36ad22f [oracle][test] Use prebuilt docker image in tests 3 years ago
Leonard Xu 59b310a24c [common] Bump debezium version to 1.6.4.Final 3 years ago
gongzhongqiang 1b27ee6b29
[cdc-base] Improve Incremental snapshot framework code style. (#1054) 3 years ago
gongzhongqiang b89c80d667
[tidb] Test TiDB 6.0.0 and add it to supported list (#1057) 3 years ago
Junwang Zhao eb230bf30c
[mysql] Serialize isSuspended flag for MySqlBinlogSplit (#996) 3 years ago
阿洋 cc27d1e488 [docs][mysql] Fix connector document link error (#1043)
This close #1043.
3 years ago
gongzhongqiang eccd748287
[sqlserver] Add more supported(tested) SqlServer versions (#1050) 3 years ago
Leonard Xu 21075cebb7 [docs] Update the supported sink vendors 3 years ago
gongzhongqiang 446a1f02f2
[oceanbase] Remove useless dependency and code of test. (#1018) 3 years ago
skylines 85db463dd2
[docs][mysql] Add note to make the tableList usage and dependencies clearer (#1019)
Co-authored-by: 高廷凯 <gaotk@dtinsure.com>
3 years ago
Jiabao Sun d002cda9f7
[hotfix][docs] Fix misspell of docs title 3 years ago
wangminchao bb6d3d8cb6 [docs] Add example for Scan Newly Added tables feature (#1016)
This closes #1016.
3 years ago
hele.kc 4761804ffd
[hotfix][docs] Fix jar link for PolarDB-X doc. (#1012) 3 years ago
Leonard Xu 1d7fdac24e [build] Bump version to 2.3-SNAPSHOT 3 years ago
Leonard Xu 6a8543f8dd [docs] Update the supported database vendors and improve the notes. 3 years ago
hele.kc 245b920244
[docs][mysql][polardbx] Add polardbx tutorials (#1003)
Co-authored-by: hele.kc <hele.kc@alibaba-inc.com>
3 years ago
Xuebing Li d6f7cb696d
[docs][mysql] Remove redundant docker environment variable in tutorials (#1005) 3 years ago