Olivier
|
7997f51c55
|
[FLINK-35067][cdc-connector][postgres] Adding metadata 'row_kind' for Postgres CDC Connector.
This closes #3716.
Co-authored-by: Leonard Xu <xbjtdcq@gmail.com>
|
2 weeks ago |
yuxiqian
|
e2b8f70e0d
|
[FLINK-37124][build] Simplify logs in test cases to avoid flooding GHA outputs
This closes #3860
|
2 weeks ago |
Hongshun Wang
|
bcd70df85c
|
[FLINK-35387][cdc-connector][postgres] PG CDC source support heart beat
This closes #3667
|
2 weeks ago |
Hongshun Wang
|
12cf22f7b4
|
[FLINK-34688][cdc-connector][base] CDC framework split snapshot chunks asynchronously (#3510)
|
2 months ago |
liuxiaodong
|
ee9cd828c3
|
[FLINK-36315][cdc-connector][base&pg&mongodb]The flink-cdc-base module supports source metric statistics (#3619)
Co-authored-by: molin.lxd <molin.lxd@alibaba-inc.com>
Co-authored-by: Hang Ruan <ruanhang1993@hotmail.com>
|
2 months ago |
ConradJam
|
dd79a02f0f
|
[FLINK-36586][build] Update flink version to 1.19 (#3660)
Co-authored-by: ConradJam <czy006@apache.com>
Co-authored-by: Hang Ruan <ruanhang1993@hotmail.com>
|
2 months ago |
Hongshun Wang
|
086bd9996a
|
[FLINK-36618][cdc-connector][postgres] Improve PostgresDialect.discoverDataCollections to reduce the bootstrap time
This closes #3672.
|
3 months ago |
Hongshun Wang
|
47f5660055
|
[FLINK-35344][cdc-base] Move same code from multiple subclasses to JdbcSourceChunkSplitter (#3319)
|
6 months ago |
ChengJie1053
|
2d50e43137
|
[minor][cdc-connector][postgres] PostgresDialect removes useless code
This closes #3416.
|
7 months ago |
Joao Boto
|
94a0415475
|
[FLINK-34883] Fix postgres uuid column as PK (#3282)
* [FLINK-34883] Fix postgres uuid column as PK
* [FLINK-34883] Fix column comment.
|
7 months ago |
skylines
|
a2539f5cfa
|
[hotfix][docs][postgres] Remove unsupported erroneous example code
This closes #3464
|
7 months ago |
Muhammet Orazov
|
5b28d1a579
|
[FLINK-35129][postgres] Introduce scan.lsn-commit.checkpoints-num-delay option to control LSN offset commit lazily
This close #3349.
|
8 months ago |
Hongshun Wang
|
48ca8623bb
|
[FLINK-34634][cdc-base][mysql] Fix that Restarting the job will not read the changelog anymore if it stops before the synchronization of meta information is complete and some table is removed (#3134)
|
10 months ago |
xleoken
|
5f4f86fb31
|
[hotfix] Change old com.ververica dependencies to org.apache.flink (#3110)
|
10 months ago |
Hang Ruan
|
e10c8691ad
|
[FLINK-34584][cdc][build] Rename package from com.ververica to org.apache.flink
This closes #3089.
|
11 months ago |
Hang Ruan
|
eeb4bab92d
|
[FLINK-34184][cdc][license] Update Copyright from Ververica to Apache
|
11 months ago |
e-mhui
|
ea7b0e8dbb
|
[cdc-base] Support to parse Oracle/SqlServer/PostgresSQL CDC schema change events (#2315)
|
11 months ago |
Hongshun Wang
|
03a287a9c2
|
[cdc-connector][postgres] Expose capture newly added tables ability to Postgres CDC source
|
11 months ago |
Hongshun Wang
|
1eeda75eaa
|
[cdc-connector][cdc-base] Support capture newly added tables with un-blocking stream read for CDC Framework(#3024)
|
11 months ago |
Yaroslav Tkachenko
|
1562bc29a3
|
[cdc-base] Support Scan Newly Added Tables feature
|
11 months ago |
Hongshun Wang
|
7ea197242f
|
[debezium] Upgrade to Debezium 1.9.8.Final(#3033) (#3034)
|
1 year ago |
Xin Gong
|
10e542c3ff
|
[cdc-connector][sqlserver] sqlserver support use specific chunk column as a split key (#2972)
This closes #2971.
|
1 year ago |
Hongshun Wang
|
3be3417de2
|
[cdc-connector][postgres] Fix potential PostgresSQL database connection leak (#3013)
This closes #2980.
|
1 year ago |
lzshlzsh
|
9ce36569fb
|
[cdc-connector][postgres] Fix data lost problem when new lsn committed to slot between snapshotState and notifyCheckpointComplete (#2539)
This closes #2538.
Co-authored-by: sammieliu <sammieliu@tencent.com>
|
1 year ago |
Hongshun Wang
|
e3d6c7e0aa
|
[cdc-connector][postgres] Apply DBZ-5398 postgres connector to handle functional unique index (#2842)
This closes #2710.
|
1 year ago |
Hongshun Wang
|
0e4f835f6d
|
[cdc-connector][Postgres] Add SNAPSHOT_ONLY mode for Postgres CDC Source
|
1 year ago |
Hongshun Wang
|
1cbdb4f8ae
|
[cdc-connector][cdc-base] Add SNAPSHOT_ONLY mode for Incremental CDC Source framework (#2901)
|
1 year ago |
Hongshun Wang
|
2c557c6a78
|
[cdc-connector][sqlserver][tests] Fix UT errors by correcting right output (#2864)
|
1 year ago |
GOODBOY008
|
08beca52d0
|
[cdc] Add Deprecated annotation to source function which connector implemented incremental
|
1 year ago |
Hongshun Wang
|
568ed79005
|
[postgres] Add commits of PostgresConnection back to distinguish with debezium's origin class (#2839)
|
1 year ago |
Hongshun Wang
|
c6cb3b2371
|
[cdc-connector][postgres] Expose ability to skip backfill in snapshot period for Postgres CDC.
|
1 year ago |
Hongshun Wang
|
4e248fad33
|
[cdc-connector][base] Support skip snapshot backfill for incremental snapshot connector
|
1 year ago |
Hongshun Wang
|
13be14fe3f
|
[cdc-connector][base][tests] Introduce snapshot phase hooks for better snapshot test
|
1 year ago |
Hongshun Wang
|
57e4793b21
|
[cdc-base] Extract the common parts of each ScanFetchTask into AbstractScanFetcherTask.
This closes #2690.
|
1 year ago |
Leonard Xu
|
995d524416
|
[3.0][common] Use built-in API annotations to make common module free with flink
This closes #2695.
|
1 year ago |
Hongshun Wang
|
7da3eaef77
|
[postgres-cdc] Add tests for latest-offset startup strategy (#2527)
|
1 year ago |
joyCurry30
|
d01f0a9791
|
[pom] Use ${revision} replace specific version. (#2623)
|
1 year ago |
Leonard Xu
|
82a652ca6f
|
[3.0][kickoff] Introduce basic modules for Flink CDC 3.0
This closes #2610
|
1 year ago |