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
This cause that listing endpoints that needs the metadata fail.
I would like to allow the client to send the metadata when it is listing the services.
Describe alternatives you've considered
I am not an expert in gRPC but it seems that adding the metadata to the constructor should solve the problem. Maybe someone with more experience with gRPC and the graph-mesh project could know better.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Right now the gRPC client is not using the metadata for listing the services.
https://github.com/redhoyasa/grpc-reflection-js/blob/master/src/client.ts#L17
https://github.com/Urigo/graphql-mesh/blob/master/packages/handlers/grpc/src/index.ts#L101
This cause that listing endpoints that needs the metadata fail.
I would like to allow the client to send the metadata when it is listing the services.
Describe alternatives you've considered
I am not an expert in gRPC but it seems that adding the metadata to the constructor should solve the problem. Maybe someone with more experience with gRPC and the graph-mesh project could know better.
The text was updated successfully, but these errors were encountered: