Leonard Xu
|
238305b2d9
|
[cdc-base][mysql] Fix split key comparison when may contain different types (#1499)
This closes #1496.
|
2 years ago |
leixin
|
dbd184ec36
|
[docs][mysql] Update the description of mysql server-time-zone option (#1497)
Co-authored-by: leixin1 <leixin1@jd.com>
|
2 years ago |
Kyle Dong
|
b3ebf3da69
|
[mysql] Use local timezone as the default value of 'server-time-zone' option (#1407)
This closes #1406.
|
3 years ago |
JiaJia
|
11c1d84dfa
|
[docs][postgres] Add two frequently debezium options in Postgres connector document (#1142)
This closes #1142.
|
3 years ago |
vanliu
|
ed980ef499
|
[mongodb] Allow mongo ARRAY to be converted to string type in Flink (#1475)
|
3 years ago |
skylines
|
1b17a751cc
|
[hotfix][docs] Fix the page links in MySQL Chinese document (#1466)
This closes #1466.
|
3 years ago |
He Wang
|
d0d40d05c7
|
[oceanbase][test] Use memory mode of obcdc and double startup timeout duration (#1474)
This closes #1473.
|
3 years ago |
Leonard Xu
|
cfbd00fa34
|
[mysql][polardbx] Stop container timely in tests (#1468)
|
3 years ago |
Hang Ruan
|
7c9b30276d
|
[mysql][ploardbx] Support all charsets in column level (#1166)
This closes #1166.
|
3 years ago |
Jiabao Sun
|
3d255fca83
|
[mongodb] Expose updateLookup option for stream source. (#1461)
|
3 years ago |
He Wang
|
e83810ff67
|
[oceanbase] Use utc offset as 'server-time-zone' option's default value (#1443)
|
3 years ago |
lidoudou1993
|
6a2f470ae3
|
[mysql][minor] Skip capture newly added tables according snapshotassigner's status (#1449)
Co-authored-by: lidoudou3 <lidoudou1@jd.com>
|
3 years ago |
Leonard Xu
|
638474d6c7
|
[polardbx][test] Bump the polardb-x image version from 2.0.1 to 2.10 (#1423)
|
3 years ago |
He Wang
|
299cfc8232
|
[build][test] Specify surefire provider to surefire-junit47 (#1423)
This closes #1416, #1423
|
3 years ago |
legendtkl
|
617a29be2c
|
[hotfix][docs] Fix typo in bug report doc (#1460)
Co-authored-by: taokelu <taokelu@bytedance.com>
|
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 |
empcl
|
45fd69692f
|
[docs] Correct the data type of 'server-id' option to String (#1444)
Co-authored-by: chenlei677 <chenlei677@jd.com>
|
3 years ago |
Hang Ruan
|
6a56985fa8
|
[hotfix][test] Fix MySqlSourceITCase failure due to StreamExecutionEnvironment#getConfiguration returned unmodifiable object (#1446)
|
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 |
gongzhongqiang
|
6af93959c2
|
[hotfix][tidb-cdc] TiDB CDC dealUnsignedColumnValue throw NullPointerException. (#1448)
|
3 years ago |
Hang Ruan
|
9e6549c67e
|
[polardbx][test] Rename PolardbxSourceTCase to PolardbxSourceITCase (#1447)
|
3 years ago |
Hang Ruan
|
a5dd0c0a14
|
[mysql] Enable pass custom jdbc properties for debezium mysql connection (#1217)
This closes #674
|
3 years ago |
Matrix42
|
c96926b6ec
|
[mysql] Release the debezium reader thread resources after reading finished (#1358)
This closes #1350.
|
3 years ago |
He Wang
|
2de4903261
|
[oceanbase] Introduce 'table-list' option to support capture list of tables (#1369)
This closes #1369.
|
3 years ago |
ehui
|
043841624d
|
[cdc-base] Flink CDC base registers the identical history engine on multiple tasks (#1340)
This closes #1130
|
3 years ago |
Leonard Xu
|
70ebfefa9c
|
[hotfix][mysql] Fix compile error due to merge conflict
|
3 years ago |
Hang Ruan
|
96c84d9c65
|
[mysql] Generates multiple chunks when approximate row count is bigger than chunk size (#1193)
This closes #1191.
|
3 years ago |
ehui
|
0a097a9e53
|
[cdc-base] Fix NPE during snpashot scan phase (#1339)
This closes #1122.
|
3 years ago |
Leonard Xu
|
52368e5b87
|
[docs] Improve MySQL ZH document and update the outdated links (#1435)
This closes #1435.
|
3 years ago |
rookiegao
|
5eabe38aef
|
[docs] Translate mysql cdc doc to Chinese (#1391)
This closes #1391.
|
3 years ago |
Hang Ruan
|
0d1ce7a702
|
[mysql] Introduce 'scan.incremental.snapshot.chunk.key-column' option to support splitting table by custom column (#1415)
This closes #1108.
|
3 years ago |
lzshlzsh
|
74f0a65355
|
[mysql] Optimize pure binlog phase check logic to improve performance (#1392)
Co-authored-by: sammieliu <sammieliu@tencent.com>
|
3 years ago |
zhmin
|
2c3962bd03
|
fix typo of SourceReaderMetrics's name (#1425)
Co-authored-by: zhmin <minzhe@loongteam.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
|
1ab2c6de71
|
[common] Ignore retriableException to make the debezium engine retry works
[test][oracle] Fix unstable tests OracleE2eITCase due to reuse container
|
3 years ago |
Paul Lin
|
4a6a89903c
|
[tidb] Fix NPE when the specified table does not exist (#1411)
This closes #1410.
|
3 years ago |
gongzhongqiang
|
657f4364d5
|
[docs] Add step up SQLServer Database cdc document in sqlserver-cdc.md.
|
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 |
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 |