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/08/06 16:03:02 UTC

[jira] [Created] (FLINK-7375) Remove ActorGateway from JobClient

Till Rohrmann created FLINK-7375:
------------------------------------

             Summary: Remove ActorGateway from JobClient
                 Key: FLINK-7375
                 URL: https://issues.apache.org/jira/browse/FLINK-7375
             Project: Flink
          Issue Type: Improvement
          Components: Client
    Affects Versions: 1.4.0
            Reporter: Till Rohrmann
            Assignee: Till Rohrmann
            Priority: Minor


Remove {{ActorGateway}} dependency from {{JobClient}}. This will ease the transition to the Flip-6 code base because we can reuse the {{JobClient}} code.

I propose to replace the {{ActorGateway}} by a more strictly typed {{JobManagerGateway}} which will be extended by the Flip-6 {{JobMasterGateway}}. This will allow to decouple the {{JarRunHandler}} from the {{ActorGateway}} as well.



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