andersstorhaug commented on issue #35722: URL: https://github.com/apache/arrow/issues/35722#issuecomment-1742399199
I was able to do this by using `ArrowStreamWriter` and a `System.IO.Pipelines` `Pipe`. On the output side to gRPC, start two tasks, one to write into the pipe, the other to read from the pipe and stream gRPC messages. And, the opposite on the receiving end with `ArrowStreamReader`. -- 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]
