Metadata in gRPC server reflection importer
jvaclavovic opened this issue · 2 comments
jvaclavovic commented
Hello,
our GRPC services are hidden behind a discovery service that routes requests based on metadata headers. When calling individual services, I can define this header in the metadata, and it works great. However, I cannot use the importer with GRPC server reflection. Would it be possible to add metadata definition for the GRPC server reflection importer?
Thank you
CommonGuy commented
We have planned to implement this for a while. It will probably be included in the next release.