-
Notifications
You must be signed in to change notification settings - Fork 919
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 gRPC Reflection API #448
Comments
@alexshtin can you look into this? |
gRPC reflection will come automatically if we do #38. It doesn't work with gogo implementation. The only APIs that supported are health check APIs (which served by google generated code). |
Btw, https://github.com/ktr0731/evans is another great tool to explore gRPC services. |
This was essentially enabled by #5032. |
Is your feature request related to a problem? Please describe.
Exploring APIs requires linking to the protobuf definitions. This makes using tools such as grpcurl or grpcui more difficult
Describe the solution you'd like
Support gRPC Reflection for Frontend APIs.
Additional context
Unfortunately, this is not currently possible without a much more significant change of protobuf libraries. There is more context in this blog post, but the short is that without this change there will be errors similar to:
The text was updated successfully, but these errors were encountered: