You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/16 12:28:02 UTC

[GitHub] [arrow-rs] alamb opened a new issue, #1706: Add gRPC reflection support to arrow flight

alamb opened a new issue, #1706:
URL: https://github.com/apache/arrow-rs/issues/1706

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   
   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
   
   
   **Describe the solution you'd like**
   A clear and concise description of what you want to happen.
   
   **Describe alternatives you've considered**
   A clear and concise description of any alternative solutions or features you've considered.
   
   **Additional context**
   Here was an attempt (that didn't work): https://github.com/apache/arrow-rs/pull/1686
   


-- 
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-unsubscribe@arrow.apache.org.apache.org

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