-
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
Kafka Connect Avro Support Part 3: Basic Avro support #753
Conversation
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
Please merge master and resolve conflict |
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
acfeceb
to
941fad7
Compare
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
please fix build |
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
/rebuild |
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
/rebuild |
/run-integration-tests |
/run-integration-tests |
/run-integration-tests |
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.
rest lgtm
/run-integration-tests |
/lgtm |
/lgtm |
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
1 similar comment
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## master #753 +/- ##
================================================
- Coverage 33.8838% 33.6826% -0.2012%
================================================
Files 92 92
Lines 10052 10115 +63
================================================
+ Hits 3406 3407 +1
- Misses 6314 6378 +64
+ Partials 332 330 -2 |
What problem does this PR solve?
#660
What is changed and how it works?
MqSink now supports protocol "avro".
Check List
Tests
Code changes
Related changes
Release note