Till Rohrmann created FLINK-4968: ------------------------------------ Summary: 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 Assignee: Till Rohrmann
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.3.4#6332)