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

Supports health checking in gRPC SDKs #4674

Open
killme2008 opened this issue Sep 4, 2024 · 4 comments
Open

Supports health checking in gRPC SDKs #4674

killme2008 opened this issue Sep 4, 2024 · 4 comments
Labels
C-enhancement Category Enhancements

Comments

@killme2008
Copy link
Contributor

What type of enhancement is this?

API improvement

What does the enhancement do?

It would be ideal for the gRPC SDK to have a status indicator to show whether it is currently healthy, just like to probe the database and connections. Users can use this status to perform fault tolerance and disaster recovery actions

Implementation challenges

No response

@killme2008
Copy link
Contributor Author

@killme2008
Copy link
Contributor Author

@fengjiachun Do we have the same function in java ingester? If not,i think we should implement it.

https://github.com/GreptimeTeam/greptime-proto/blob/973f49cde88a582fb65755cc572ebcf6fb93ccf7/proto/greptime/v1/health.proto#L26

@fengjiachun
Copy link
Collaborator

@fengjiachun Do we have the same function in java ingester? If not,i think we should implement it.

https://github.com/GreptimeTeam/greptime-proto/blob/973f49cde88a582fb65755cc572ebcf6fb93ccf7/proto/greptime/v1/health.proto#L26

I will implement this later.

@fengjiachun
Copy link
Collaborator

@fengjiachun Do we have the same function in java ingester? If not,i think we should implement it.
https://github.com/GreptimeTeam/greptime-proto/blob/973f49cde88a582fb65755cc572ebcf6fb93ccf7/proto/greptime/v1/health.proto#L26

I will implement this later.

In progress:

GreptimeTeam/greptimedb-ingester-java#50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category Enhancements
Projects
None yet
Development

No branches or pull requests

2 participants