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

pd: support grpc for min resolved ts #1170

Closed

Conversation

HuSharp
Copy link
Contributor

@HuSharp HuSharp commented Aug 7, 2023

No description provided.

message StoreMinResolvedTS {
uint64 store_id = 1;
uint64 timestamp = 2;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new line?


message GetMinResolvedTSRequest {
RequestHeader header = 1;
repeated uint64 stores_id = 2;
Copy link
Member

@JmPotato JmPotato Aug 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better add some comments to explain this request and its behavior.

@HuSharp HuSharp force-pushed the support_grpc_get_min_resolved_ts branch from 49e0845 to b6e878a Compare August 8, 2023 03:00
Signed-off-by: husharp <[email protected]>
@HuSharp HuSharp force-pushed the support_grpc_get_min_resolved_ts branch from b6e878a to 34b6745 Compare August 8, 2023 03:05
@HuSharp HuSharp closed this Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants