-
Notifications
You must be signed in to change notification settings - Fork 286
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
sink(ticdc): Add output-old-value config (#10915) #10974
sink(ticdc): Add output-old-value config (#10915) #10974
Conversation
Signed-off-by: ti-chi-bot <[email protected]>
/hold |
/retest-required |
…10915-to-release-7.5 # Conflicts: # cdc/api/v2/model.go # cdc/api/v2/model_test.go # pkg/cmd/util/helper_test.go # pkg/config/config_test_data.go # pkg/config/replica_config.go # pkg/config/sink.go # pkg/orchestrator/reactor_state_test.go # pkg/sink/codec/common/config.go # tests/integration_tests/api_v2/cases.go # tests/integration_tests/api_v2/model.go
/retest-required |
/retest-required |
/retest-required |
1 similar comment
/retest-required |
/unhold |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sdojjy The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This is an automated cherry-pick of #10915
What problem does this PR solve?
Issue Number: close #10916
What is changed and how it works?
this Add
sink.open.output-old-value
for open protocol, the default value is true.Open Protocol Events behavior detail
If sink.open.output-old-value is true, no difference
If sink.open.output-old-value is false
No impact
The p will be null
No impact
Check List
Tests
Questions
Will it cause performance regression or break compatibility?
Do you need to update user documentation, design documentation or monitoring documentation?
Release note