Re: [Java] Async Client Usage

2021-07-13 Thread David Li
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

[Java] Async Client Usage

2021-07-13 Thread Devin Smith
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