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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
