tustvold commented on PR #1686:
URL: https://github.com/apache/arrow-rs/pull/1686#issuecomment-1125880132

   I think we would likely need to make the generated descriptor set available 
as a constant within the produced binary, so that it can be passed to the 
reflection 
https://docs.rs/tonic-reflection/0.4.0/tonic_reflection/server/struct.Builder.html.
   
   Effectively all gRPC reflection is, is a service that returns the compiled 
descriptor sets, which in turn are just a parsed version of the proto files, 
represented as protobuf - 
https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/descriptor.proto


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to