Open killme2008 opened 2 months ago
Already implemented in erlang ingester is_alive
@fengjiachun Do we have the same function in java ingester? If not,i think we should implement it.
@fengjiachun Do we have the same function in java ingester? If not,i think we should implement it.
I will implement this later.
@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:
https://github.com/GreptimeTeam/greptimedb-ingester-java/pull/50
@killme2008 PTAL https://github.com/GreptimeTeam/greptimedb-ingester-java/pull/50
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