Re: api gateway with arrow flight grpc

2025-03-18 Thread Bryce Mecum
Yes, you can use a tool like grpcurl to call RPCs on an Arrow Flight server by doing something like this, grpcurl -plaintext \ -import-path /path/to/clone/of/arrow/format/ \ -proto Flight.proto \ localhost:8815 \ arrow.flight.protocol.FlightService/DoGet On Tue, Mar 18, 2025 at 7:26 AM Z

Re: api gateway with arrow flight grpc

2025-03-18 Thread Z A
I am thinking to use it as a grpc proxy, so not HTTP <-> Arrow Flight grpc, but I am still looking into it. Thanks for explaining those patterns. Can i use grpcurl to call Arrow Flight? From: kekronbekron Sent: Sunday, March 16, 2025 11:06 PM To: user@arrow.apach