Thank you very much, David! On Tue, Sep 13, 2022 at 4:56 PM David Li <[email protected]> wrote:
> Hi Haojin, > > This is possible in C++ and Java but not Python (because of how gRPC > itself is implemented). For C++, see [1]. For Java, see the flight-grpc > module. > > [1]: > https://arrow.apache.org/cookbook/cpp/flight.html#flight-service-with-other-grpc-endpoints > > -David > > On Tue, Sep 13, 2022, at 19:28, Haojin Gui wrote: > > Hi all, > > I am new to Arrow and Arrow Flight. I wonder if it's possible to run an > Arrow Flight server along with my existing grpc server. If yes, it would be > great if someone can point me to some examples. > > Best, > Haojin > > >
