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

feat(health): Expose proto and client (#471) #602

Merged
merged 2 commits into from
Apr 13, 2021

Conversation

TransientError
Copy link
Contributor

Motivation

Resolves #471
It can be hard to test the health check server without the client and the proto module. By exposing this, we make it easier for users to do so.

Solution

Making the proto module public for health.proto and flipping build_client to true in build.rs

@LucioFranco LucioFranco changed the title health: expose client for (#471) feat(health): Expose proto and client (#471) Apr 13, 2021
@LucioFranco LucioFranco merged commit 49f6137 into hyperium:master Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tonic-health: expose client
2 participants