GRPC reflection api
#11101
Replies: 1 comment 1 reply
-
The API is definitely being used in production, but yes, we need to migrate to the v1 API. We are looking at doing that maybe in the next few months. Most of the other languages support v1 already. There were no changes between v1alpha and v1, other than the name. To support v1, we need to allow you to use both v1alpha and v1 simultaneously. So there will be API additions to allow using the new version. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
We are building a passthrough proxy server to acceept json payloads and invoke grpc services using GRPC reflection api to make a RPC to a backend grpc api internally.
While using the api we noticed the package name for reflection api has "v1alpha". Does this mean that this api is not yet generally available?
Beta Was this translation helpful? Give feedback.
All reactions