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 2017/02/14 19:27:41 UTC

[jira] [Created] (FLINK-5798) Let the RPCService provide a ScheduledExecutorService

Till Rohrmann created FLINK-5798:
------------------------------------

             Summary: Let the RPCService provide a ScheduledExecutorService
                 Key: FLINK-5798
                 URL: https://issues.apache.org/jira/browse/FLINK-5798
             Project: Flink
          Issue Type: Sub-task
          Components: Distributed Coordination
    Affects Versions: 1.3.0
            Reporter: Till Rohrmann
            Assignee: Till Rohrmann
            Priority: Minor
             Fix For: 1.3.0


Currently the {{RPCService}} interface provides a {{scheduleRunnable}} method to schedule {{Runnables}}. I would like to generalize this functionality by letting the {{RPCService}} provide a {{ScheduledExecutorService}} to the user. That way other components which require such an executor service could simply use the one provided by the {{RPCService}}.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)