Open
Description
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
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.
Metadata
Metadata
Assignees
Labels
No labels