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/08/07 11:58:00 UTC

[jira] [Created] (FLINK-7381) Decouple WebRuntimeMonitor from ActorGateway

Till Rohrmann created FLINK-7381:
------------------------------------

             Summary: Decouple WebRuntimeMonitor from ActorGateway
                 Key: FLINK-7381
                 URL: https://issues.apache.org/jira/browse/FLINK-7381
             Project: Flink
          Issue Type: Sub-task
          Components: Webfrontend
    Affects Versions: 1.4.0
            Reporter: Till Rohrmann
            Assignee: Till Rohrmann


The {{WebRuntimeMonitor}} has a hard wired dependency on the {{ActorGateway}} in order to communicate with the {{JobManager}}. In order to make it work with the {{JobMaster}} (Flip-6), we have to abstract this dependency away. I propose to add a {{JobManagerGateway}} interface which can be implemented using Akka for the old {{JobManager}} code. The Flip-6 {{JobMasterGateway}} can then directly inherit from this interface.



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