You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2017/06/29 12:31:03 UTC

[jira] [Created] (FLINK-7040) Define Dispatcher interface

Till Rohrmann created FLINK-7040:
------------------------------------

             Summary: Define Dispatcher interface
                 Key: FLINK-7040
                 URL: https://issues.apache.org/jira/browse/FLINK-7040
             Project: Flink
          Issue Type: Sub-task
            Reporter: Till Rohrmann


In order to implement a dispatcher component/session runner, we have to define its interface with which the client interacts. The interface definition should contain the set of supported operations (e.g. submitJob, list jobs, etc.) and which component communicates with which other component (e.g. will the client directly talk to JobManagers when invoking job specific operations (cancel job) or will it be forwarded by the dispatcher?).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)