Re: getFlightInfo behavior

2021-07-27 Thread David Li
Hey James, There's no 'canonical' behavior here - it's up to the application to define the semantics they want. Absent any application-specific knowledge, there's no order imposed by Flight. So I would agree, though it could make sense for an application to tag the endpoints with some ordering

getFlightInfo behavior

2021-07-27 Thread James Duong
Hi, In getFlightInfo(), the FlightProducer is supposed to return an iterable of endpoints that the client can retrieve data from using doGet(). What's not really clear to me is if the order of the endpoints is significant. My assumption is that the order is not significant -- the client should be