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)