You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
gRPC and connect-go support a server-side reflection API that serves protobuf schema information to clients. As of now, connect-node does not support this feature.
This feature would be useful as various gRPC debugging utilities can use it to grab schema information on-demand.
Describe the solution you'd like
Ideally, connect-node would have an optional implementation of serverside reflection, including the necessary code generation in protobuf-es to support this (as needed.)
+1 on this one, let's hope we get some more feature parity between the Node and Go ConnectRPC libraries. Still very happy with the current Node implementation, this would just make it more complete. Thank you to the contributors and the ConnectRPC team as a whole.
Is your feature request related to a problem? Please describe.
gRPC and connect-go support a server-side reflection API that serves protobuf schema information to clients. As of now,
connect-node
does not support this feature.This feature would be useful as various gRPC debugging utilities can use it to grab schema information on-demand.
Describe the solution you'd like
Ideally,
connect-node
would have an optional implementation of serverside reflection, including the necessary code generation inprotobuf-es
to support this (as needed.)Additional context
gRPC Server Reflection Protocol
connect-go grpcreflect implementation
The text was updated successfully, but these errors were encountered: