Skip to content
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

TiCDC Open API V2: return tso get from pd #5586

Closed
sdojjy opened this issue May 25, 2022 · 0 comments · Fixed by #5635 or #5685
Closed

TiCDC Open API V2: return tso get from pd #5586

sdojjy opened this issue May 25, 2022 · 0 comments · Fixed by #5635 or #5685
Assignees
Labels
api/v2 area/ticdc Issues or PRs related to TiCDC. component/api HTTP API. type/feature Issues about a new feature

Comments

@sdojjy
Copy link
Member

sdojjy commented May 25, 2022

provide an api which returns the pd tso
response like:

type Tso struct {
   Timestamp int64 `json:"timestamp"`
   LogicTime int64 `json:"logic-time"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api/v2 area/ticdc Issues or PRs related to TiCDC. component/api HTTP API. type/feature Issues about a new feature
Projects
None yet
2 participants