The answers to these questions depend greatly on the particular
implementation of Flight — they're left to the developer creating the
Flight implementation to decide what makes sense. Simple
implementations may just have one endpoint for a client to consume (a
point-to-point transfer) whereas others may involve multiple
endpoints.

On Mon, Mar 1, 2021 at 10:30 PM Priyanshu Mittal <[email protected]> wrote:
>
> Hi,
>
> Suppose we have multiple streams of data, then should we create multiple 
> flights for these streams or should we push all the streams in the same 
> flight?
> And also when should we use multiple endpoints like we should upload a single 
> stream to multiple endpoints or different endpoints are used for different 
> streams?
> I was trying to get what is the right way to use the arrow flight?
>
> Furthermore, I didn't find any practical implementation of it.
> So can anyone please provide the sample implementation or documentation for 
> this?
>
> Thanks,
> Priyanshu

Reply via email to