-
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
api(ticdc): add /api/v2/tso: get tso from pd (Rolled Back) #5635
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. |
/run-verify-test |
/run-verify-test |
/run-integration-test |
/run-verify-test |
please adjust your IDE code format style to fix the lint. |
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. @@ Coverage Diff @@
## master #5635 +/- ##
================================================
+ Coverage 56.0768% 56.6296% +0.5527%
================================================
Files 535 675 +140
Lines 70143 79001 +8858
================================================
+ Hits 39334 44738 +5404
- Misses 27078 30055 +2977
- Partials 3731 4208 +477 |
/run-all-tests |
/run-all-tests |
/run-all-tests |
/run-integration-test |
/run-kafka-integration-test |
/merge |
@crelax: In response to this:
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 ti-community-infra/tichi repository. |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 4accf2e
|
/run-leak-test |
/run-kafka-integration-test |
/run-leak-test |
TiCDC Open API V2: return tso get from pd
What problem does this PR solve?
Issue Number: close #5586
What is changed and how it works?
Get tso from PD
Check List
Tests
Questions
Will it cause performance regression or break compatibility?
No
Do you need to update user documentation, design documentation or monitoring documentation?
No
Release note