HTTP traffic of Arrow Flight

2021-09-07 Thread Mohamed Abdelhakem
When I built a simple FlightServer and FlightClient, I noticed that the traffic captured by WireShark is TCP, not HTTP/2 MY question is how to configure Arrow Flight to use HTTP/2 protocol traffic

Re: HTTP traffic of Arrow Flight

2021-09-07 Thread Mohamed Abdelhakem
you using in your test? Java? C++? Which > version? Can you provide a simple gRPC server/client example that shows up > in WireShark as you expect it? > > Nate > > On Tue, Sep 7, 2021 at 10:40 AM Mohamed Abdelhakem < > mohamed.abdelha...@incorta.com> wrote: >

Re: HTTP traffic of Arrow Flight

2021-09-07 Thread Mohamed Abdelhakem
t; > Which arrow flight client are you using in your test? Java? C++? Which > > version? Can you provide a simple gRPC server/client example that shows up > > in WireShark as you expect it? > > > > Nate > > > > On Tue, Sep 7, 2021 at 10:40 AM Moham

Arrow Flight Connection Handling

2021-09-13 Thread Mohamed Abdelhakem
in java Arrow Flight, I would like to access the client host and port whenever a FlightClient get connected to FlightServer is there a way to do so? Thanks in Advance

Arrow Flight Connection Handling

2021-09-13 Thread Mohamed Abdelhakem
in Java Arrow Flight protocol, I would like to access the client address and port whenever a FlightClient connects to FlightServer. is there a way to do so? Thanks in advance

Re: Arrow Flight Connection Handling

2021-10-02 Thread Mohamed Abdelhakem
On 2021/09/13 14:18:21, "David Li" wrote: > Hello, > > For this, you will have to depend on the fact that Flight is currently > implemented with gRPC. This means: > 1. Take a dependency on flight-grpc, > 2. Configure a plain gRPC server following the grpc-java docs, > 3. Add the Flight se