Skip to content

Register grpc reflection service - #138

Merged
paultyng merged 1 commit into
masterfrom
reflection
Mar 18, 2020
Merged

Register grpc reflection service#138
paultyng merged 1 commit into
masterfrom
reflection

Conversation

@paultyng

@paultyng paultyng commented Mar 13, 2020

Copy link
Copy Markdown
Contributor

Closes #137

Similar to our usage of the standard gRPC health service, also register the standard reflection service.

@mitchellh

Copy link
Copy Markdown
Contributor

This seems good but I think I'd add a test as well that uses the reflection client to verify that it is listening properly.

@paultyng

Copy link
Copy Markdown
Contributor Author

Added a test, the package github.com/jhump/protoreflect just has some convenience wrapping to interact with the reflection service (its used in grpcurl) and only referenced in the tests here, so not a runtime dependency.

@paultyng
paultyng merged commit f28e33f into master Mar 18, 2020
@paultyng
paultyng deleted the reflection branch March 18, 2020 14:14
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.

Add optional support for gRPC Reflection

4 participants