Java Arrow Flight Compression

2023-08-24 Thread Nathaniel Jones
Hello, I have a couple questions about using compression in Java Arrow Flight. I'll break it down into 2 parts: whether it's possible and whether it's useful. *1) Is it possible to do in current Java APIs?* * I see that an ArrowMessage has a bodyCompression field that it derives from an ArrowReco

RE: Re: [Java] [Flight] Questions around DoGet implementations with flow control

2023-03-19 Thread Nathaniel Jones
istener before since it would artificially limit your throughput) > > [1]: https://github.com/grpc/proposal/pull/135 > > -David > > On Fri, Mar 10, 2023, at 18:46, Nathaniel Jones wrote: > > Hello, > > > > I'm hoping to check my understanding around variou

[Java] [Flight] Questions around DoGet implementations with flow control

2023-03-10 Thread Nathaniel Jones
Hello, I'm hoping to check my understanding around various ways to implement a DoGet handler with respect to flow control, and then inquire about potential future API changes. First, I'm aware of 3 ways to respect flow control when implementing a Java server's DoGet that have different characteri