We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
reflection.NewServer generates a server for the v1alpha Reflection client. I would like to use a non-deprecated version of Reflection (v1).
reflection.NewServer
Update reflection.NewServer to register both a v1alpha & v1 handler.
Building my own Reflection Server for v1
Deprecation: https://github.com/grpc/grpc-proto/blob/a0e6d670f8e6357305698fbfd06b4fbcb3b3d63b/grpc/reflection/v1alpha/reflection.proto#L24
The text was updated successfully, but these errors were encountered:
Duplicate of #5684
Sorry, something went wrong.
No branches or pull requests
Use case(s) - what problem will this feature solve?
reflection.NewServer
generates a server for the v1alpha Reflection client. I would like to use a non-deprecated version of Reflection (v1).Proposed Solution
Update
reflection.NewServer
to register both a v1alpha & v1 handler.Alternatives Considered
Building my own Reflection Server for v1
Additional Context
Deprecation:
https://github.com/grpc/grpc-proto/blob/a0e6d670f8e6357305698fbfd06b4fbcb3b3d63b/grpc/reflection/v1alpha/reflection.proto#L24
The text was updated successfully, but these errors were encountered: