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

Support server reflection service on gRPC server #2422

Merged

Conversation

tchssk
Copy link
Member

@tchssk tchssk commented Dec 11, 2019

This patch adds a support of server reflection service to the generated example gRPC server.

@tchssk tchssk added the v2 label Dec 11, 2019
@raphael
Copy link
Member

raphael commented Dec 12, 2019

This is great! thank you. Do you think it would be useful to add a comment on top of the line that calls reflection.Register that points to https://github.com/grpc/grpc/blob/c1d176528fd8da9dd4066d16554bcd216d29033f/doc/server-reflection.md?

@tchssk
Copy link
Member Author

tchssk commented Dec 12, 2019

That markdown seems to be hosted on https://grpc.github.io/grpc/core/md_doc_server-reflection.html. I added it as a comment.

@raphael
Copy link
Member

raphael commented Dec 12, 2019

Looks great, just update the test to reflect the comment and I'll merge - thank you!

@tchssk
Copy link
Member Author

tchssk commented Dec 12, 2019

Woops, I fixed it!

@raphael raphael merged commit bcd4edf into goadesign:v2 Dec 12, 2019
@tchssk tchssk deleted the v2-grpc-codegen-example-server-reflection branch December 12, 2019 05:07
tchssk added a commit to tchssk/goa that referenced this pull request Dec 12, 2019
* Support server reflection service on gRPC server

* Add a comment

* Fix tests
raphael pushed a commit that referenced this pull request Dec 12, 2019
* Support server reflection service on gRPC server

* Add a comment

* Fix tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants