alamb opened a new pull request, #1686:
URL: https://github.com/apache/arrow-rs/pull/1686

   # Which issue does this PR close?
   
   TBF
   Closes #.
   
   # Rationale for this change
   We like to use the gRPC service reflection, via  `grpcurl --plaintext 
localhost:8082 list`, to list gRPC services in IOx
   
   We have a flight based service that does not appear in the service list (see 
https://github.com/influxdata/influxdb_iox/issues/4543)
   
   I think this is because the arrow-flight library doesn't create the 
appropriate descriptors, but I am not sure
   
   # What changes are included in this PR?
   
   Try to generate the appropriate service descriptor
   
   # Are there any user-facing changes?
   Can now use reflection (if using https://crates.io/crates/tonic-reflection)


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to