alamb opened a new issue, #5496: URL: https://github.com/apache/arrow-rs/issues/5496
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** @ianmcook is working to prototype a protocol for sending Arrow over HTTP (rather than gRPC) I would like to make sure that whatever is added to the arrow spec also works within the Rust ecosystem / tonic/hyper ecosystem Mailing List Discussion https://lists.apache.org/thread/vfz74gv1knnhjdkro47shzd1z5g5ggnf **Describe the solution you'd like** Implement a server example that works in rust, with the clients from > So far there are client examples in six languages and server examples > in two languages (Python and Go). They all have READMEs describing how > to use them. https://github.com/apache/arrow-experiments/tree/main/http Here is a PR with a Java proposal: https://github.com/apache/arrow-experiments/pull/4 **Describe alternatives you've considered** Wait for the spec to be finalized and then implement it in Rust **Additional context** <!-- Add any other context or screenshots about the feature request here. --> -- 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]
