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/10/23 06:30:00 UTC

[jira] [Closed] (FLINK-4968) Replace direct JobManager ActorGateways by JobManagerGateway

     [ https://issues.apache.org/jira/browse/FLINK-4968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Till Rohrmann closed FLINK-4968.
--------------------------------
    Resolution: Done

> Replace direct JobManager ActorGateways by JobManagerGateway
> ------------------------------------------------------------
>
>                 Key: FLINK-4968
>                 URL: https://issues.apache.org/jira/browse/FLINK-4968
>             Project: Flink
>          Issue Type: Improvement
>          Components: JobManager
>    Affects Versions: 1.2.0
>            Reporter: Till Rohrmann
>              Labels: flip-6
>
> Components which have to interact with the {{JobManager}} do RPCs via the {{ActorGateway}}. This exposes the underlying communication mechanism and is thus not easy to swap. In order to prepare the master branch for the Flip-6 changes, I propose to encapsulate the implementation specific communication details behind a {{JobManagerGateway}} interface. The implementation of this interface allows to use different systems for RPCs.



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