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
It's not possible to use gRPC reflection for a service only implementing the v1 variant of gRPC reflection.
v1
This can be observed when pointing evans to a tonic gRPC server that only supports the v1 variant (see hyperium/tonic#1787).
evans
tonic
I'd expect evans to try both v1 first and fall back to v1alpha for reflection.
v1alpha
0.10.11
protoc
25.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
It's not possible to use gRPC reflection for a service only implementing the
v1
variant of gRPC reflection.This can be observed when pointing
evans
to atonic
gRPC server that only supports thev1
variant (see hyperium/tonic#1787).Expected behavior
I'd expect
evans
to try bothv1
first and fall back tov1alpha
for reflection.Environment
0.10.11
protoc
version:25.3
protoc
plugin version (if you are using):Additional context
The text was updated successfully, but these errors were encountered: