Hey Devin,
I don't think anyone's actively working on this. I do agree async Flight APIs
would be useful. Fortunately for us, gRPC Java is natively asynchronous
underneath, so this should be reasonably straightforward. If you'd like to take
this up, feel free to ping me on the PR for review (@l
Hi,
I'm currently in the process of doing some integration work with the
Java FlightClient/FlightStream. I'm hoping to consume FlightStream in
an asynchronous manner, but the current methods `FlightStream#next`
and `FlightStream#getRoot` are blocking.
Does it make sense to expose additional hooks