-
Notifications
You must be signed in to change notification settings - Fork 287
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): support for multiple topic dispatch #4457
sink(ticdc): support for multiple topic dispatch #4457
Conversation
[REVIEW NOTIFICATION] This pull request has not been approved. 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. |
/run-all-tests |
/run-verify-ci |
/run-all-tests |
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. @@ Coverage Diff @@
## master #4457 +/- ##
================================================
- Coverage 55.6402% 55.4055% -0.2347%
================================================
Files 494 499 +5
Lines 61283 61696 +413
================================================
+ Hits 34098 34183 +85
- Misses 23750 24076 +326
- Partials 3435 3437 +2 |
@hi-rustin: PR needs rebase. 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/test-infra repository. |
What problem does this PR solve?
Issue Number: ref #4423
What is changed and how it works?
Make producer interface support for multiple topic dispatch.
Check List
Tests
Code changes
Side effects
None
Related changes
None
Release note