[ 
https://issues.apache.org/jira/browse/ARROW-15473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482823#comment-17482823
 ] 

David Li commented on ARROW-15473:
----------------------------------

[~rteodorescu] just to be clear of a few things: are you talking about multiple 
concurrent calls on the same client, and a way to cancel all of them at once? 
That is indeed unimplemented. I'm not sure gRPC even gives us a way to do this; 
you'd just have to track all your ongoing calls, and Cancel() all of them 
(which to be fair is a bit of a pain especially once threading comes into play).

> [C++][FlightRPC] Expose a way to terminate DoExchange stream client side
> ------------------------------------------------------------------------
>
>                 Key: ARROW-15473
>                 URL: https://issues.apache.org/jira/browse/ARROW-15473
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: C++, FlightRPC
>            Reporter: Rok Mihevc
>            Priority: Major
>
> We want a mechanism to close DoExchange streams from client side in case of 
> long running connections. This would be handy for testing and in case e.g. 
> user wants to disconnect.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to