You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "wjones127 (via GitHub)" <gi...@apache.org> on 2023/05/02 17:49:56 UTC

[GitHub] [arrow] wjones127 commented on issue #34221: [FlightRPC][C++] Support implementing simple endpoints with async API

wjones127 commented on issue #34221:
URL: https://github.com/apache/arrow/issues/34221#issuecomment-1531895507

   The other benefit of implementing with Async APIs is we can turn on message buffering for endpoints like ListFlights, which may have a large number of messages that otherwise are sent individually. This is disabled in the Sync API [^1].
   
   [^1]: https://github.com/grpc/grpc/pull/18018/files


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org