-
Notifications
You must be signed in to change notification settings - Fork 20
codec: add debezium protocol #1103
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
Conversation
Skipping CI for Draft Pull Request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 72 out of 76 changed files in this pull request and generated no comments.
Files not reviewed (4)
- Makefile: Language not supported
- go.mod: Language not supported
- pkg/sink/codec/debezium/testdata/datatype.dbz.key.json: Language not supported
- pkg/sink/codec/debezium/testdata/datatype.ddl.sql: Language not supported
Comments suppressed due to low confidence (1)
pkg/errors/error.go:57
- Consider updating the error message text to 'unsupported ddl type %s, query %s' for correct grammar.
ErrDDLUnsupportType = errors.Normalize("unsupport ddl type %s, query %s", errors.RFCCodeText("CDC:ErrDDLUnsupportType"))
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 3AceShowHand 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 |
[LGTM Timeline notifier]Timeline:
|
/test pull-unit-test |
/test pull-unit-test |
1 similar comment
/test pull-unit-test |
@wk989898: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
What problem does this PR solve?
Issue Number: ref #1189
What is changed and how it works?
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