Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Add dropwizard health checks using gRPC health service #9

Open
msteinhoff opened this issue Sep 22, 2016 · 0 comments
Open

Add dropwizard health checks using gRPC health service #9

msteinhoff opened this issue Sep 22, 2016 · 0 comments
Assignees
Milestone

Comments

@msteinhoff
Copy link
Owner

gRPC provides an rpc service to check the health of an application and grpc-java already implements this:

https://github.com/grpc/grpc/blob/master/doc/health-checking.md
grpc/grpc-java@b7eea7c

The rough idea is to:

  • extend the grpc server builder to optionally add such a health service
  • add a new dropwizard health check that calls the health service

Still need to figure out

  • how to integrate the health service with dropwizard, how to use ServingStatus and grpc-health can check specific service names
  • what functionality the addon should provide
  • what should be implemented by the application
  • what defaults to use
@msteinhoff msteinhoff self-assigned this Jan 7, 2017
@msteinhoff msteinhoff modified the milestone: First Version Jan 7, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant