forked from apache/flink-cdc
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixing SQL Server flink CDC setup #1
Open
zakhalex
wants to merge
97
commits into
ChengJie1053:master
Choose a base branch
from
zakhalex:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…tup options This closes apache#3484.
…a doc description This closes apache#3443.
…efore call getBinlogPosition method This closes apache#3488.
…'s not primary key This closes apache#3448.
…ort MongoDB 7.0 This closes apache#3489.
…ne connector to 0.8.2 This closes apache#3335 Co-authored-by: wangjunbo <[email protected]>
Making a test merge to test the change in the wild
Master sqlserver
…ipeline sink This closes apache#3473
Master temp
AZ-000 - latest changes to data types
DE-145 - fixing Data type errors
…bcSourceChunkSplitter (apache#3319)
…asticsearch.version to a released version This closes apache#3542.
…ve dependency on host network (apache#3439)
… load speed This closes apache#3551
…eption in KafkaDataSink This closes apache#3549
…ator when job restoration This closes apache#3553
…ile for thread safe consideration This closes apache#3556.
…mittableChannelComputer Topology name This closes apache#3559
…bles in the BinlogSplit when restart (apache#3548) Co-authored-by: 云时 <[email protected]>
…equestHandler thrown This closes apache#3558.
…able.enabled option for MySQL Source This closes apache#3560.
…afe by blocking subsequent schemaChangeEvent This closes apache#3563. Co-authored-by: Hongshun Wang <[email protected]>
…ed transform rule This closes apache#3557.
…ver TIMESTAMP to Flink SQL timestamp This closes apache#3561.
… exception by promoting LENIENT as the default schema change behavior This closes apache#3574.
…d checkpoint hanging & state inconsistency in timestamp startup mode This closes apache#3576.
…n not discovered by adding custom parser for CreateTableEvent This closes apache#3570.
…en scan.binlog.newly-added-table.enabled is true This closes apache#3573.
…void blocking the main thread This closes apache#3557
… when using inline `PRIMARY KEY` declaration syntax This closes apache#3579.
… to imprecise timestamp startup This closes apache#3580
Syncing with apache
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
base
build
cli
common
composer
db2-cdc-connector
dist
docs
doris-pipeline-connector
e2e-tests
kafka-pipeline-connector
migration-tests
mongodb-cdc-connector
mysql-cdc-connector
mysql-pipeline-connector
oceanbase-cdc-connector
oracle-cdc-connector
paimon-pipeline-connector
postgres-cdc-connector
runtime
sqlserver-cdc-connector
starrocks-pipeline-connector
values-pipeline-connector
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixed all outstanding issues to get sql server flink cdc working on a wide variety of tables.