Support for gRPC health check endpoint
It would be useful to have a GrpcHealthcheckedEndpointGroup to use gRPC health checks in the Armeria gRPC client.
public class GrpcHealthcheckedEndpointGroupBuilder extends AbstractHealthCheckedEndpointGroupBuilder {
protected abstract Function<? super HealthCheckerContext, ? extends AsyncCloseable> newCheckerFactory() {
return new GrpcHealthCheckerFactory(...);
}
}
Hi @ikhoon, I'd like to work on this issue as my first contribution to the project. Could you please let me know if it's okay to proceed?
For sure. 👍
Reference: https://grpc.io/docs/guides/health-checking/
Can I take this up if nobody is working on it?
If you’re interested in my opinion, yes, you can take it.
Can I take this up if nobody is working on it?
It seems no one is working on this issue. Welcome.