GRPC reflection #253
Replies: 3 comments
-
How did rider solve it? Unfortunately I can't find any documentation. I have currently implemented it in such a way that you have to explicitly specify that the server supports GRPC Refleciton. However, this can also be done in a global Http region.
it would also be possible to outsource it to a separate plugin, but I would find the same solution as Rider/ Intellij more charming. |
Beta Was this translation helpful? Give feedback.
-
It just works, I did not turn any knobs. I guess it just probes for reflection in case no proto is available (httpYac simply complains "no proto" at this point) |
Beta Was this translation helpful? Give feedback.
-
with next Release GRPC Reflection is used in every call |
Beta Was this translation helpful? Give feedback.
-
Is there a way to enable it globally (like in Rider) and not on a per-endpoint basis?
Beta Was this translation helpful? Give feedback.
All reactions