-
Notifications
You must be signed in to change notification settings - Fork 289
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
codec: canal-json support batch decoder #3203
codec: canal-json support batch decoder #3203
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
27b68bf
to
7a59fd0
Compare
7a59fd0
to
a492461
Compare
a492461
to
83c1b27
Compare
41d60ed
to
8307c7d
Compare
3236e8d
to
a5027d0
Compare
…pen protocol & craft protocol.
48ea341
to
f7011dd
Compare
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.
LGTM
/merge |
This pull request has been accepted and is ready to merge. Commit hash: c6fa681
|
/run-dm-integration-test |
/run-integration-tests |
/run-dm-integration-test |
/run-integration-tests |
Codecov Report
@@ Coverage Diff @@
## master #3203 +/- ##
================================================
+ Coverage 56.5356% 57.8397% +1.3041%
================================================
Files 211 233 +22
Lines 22798 23942 +1144
================================================
+ Hits 12889 13848 +959
- Misses 8598 8694 +96
- Partials 1311 1400 +89 |
What problem does this PR solve?
This is a partwork of making Kafka Sink GA, support batch decoder interface for Canal-JSON format.
What is changed and how it works?
EventBatchDecoder
for Canal-JSON protocol.Check List
Tests
Code changes
Side effects
Related changes
Release note