You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2016/09/21 16:01:20 UTC

[jira] [Created] (FLINK-4658) Allow RpcService to execute Callables in the RpcService executor

Till Rohrmann created FLINK-4658:
------------------------------------

             Summary: Allow RpcService to execute Callables in the RpcService executor
                 Key: FLINK-4658
                 URL: https://issues.apache.org/jira/browse/FLINK-4658
             Project: Flink
          Issue Type: Sub-task
          Components: Distributed Coordination
            Reporter: Till Rohrmann


In order to execute operations outside of the main executor thread, it would be convenient to add a {{execute(Callable)}} method to the {{RpcService}}. The {{execute}} method runs the given {{Callable}}/{{Runnable}} in its {{ExecutionContext}} and, thus, outside of the main thread.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)