You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Not necessarily a problem, but I've had a request to fork this package. I don't really want to. From what I can tell, grpc.makeGenericClientConstructor() and grpc.status.NOT_FOUND are the only production dependencies on the grpc module.
Describe the solution you'd like
If health.js exported a function that accepted a grpc-like module, the module could use that as its gRPC dependency.
Describe alternatives you've considered
Forking - but that seems a bit extreme for such a small module.