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
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:
>
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
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
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
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