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?
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