-
Notifications
You must be signed in to change notification settings - Fork 292
mysql sink: add a batch size limiter #336
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
|
/run-all-tests |
1 similar comment
|
/run-all-tests |
# Conflicts: # cdc/sink/mysql.go
|
/run-all-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.
LGTM
|
/run-integration-test |
|
/run-integration-tests |
|
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## master #336 +/- ##
=======================================
Coverage 28.72% 28.72%
=======================================
Files 59 59
Lines 5559 5559
=======================================
Hits 1597 1597
Misses 3817 3817
Partials 145 145Continue to review full report at Codecov.
|
What problem does this PR solve?
add a batch size limiter for mysql.
What is changed and how it works?
Check List
Tests