Till Rohrmann created FLINK-4530: ------------------------------------ Summary: Generalize TaskExecutorToResourceManagerConnection to be reusable Key: FLINK-4530 URL: https://issues.apache.org/jira/browse/FLINK-4530 Project: Flink Issue Type: Improvement Components: Distributed Coordination Reporter: Till Rohrmann Priority: Minor
The {{TaskExecutorToResourceManagerConnection}} can be more generalized to be reusable across components. For example, the {{JobMaster}} requires a similar connection if we assume that the {{JobMaster}} can be run independently of the {{ResourceManager}}. Pulling out the strong dependency on the `TaskExecutor` and the `ResourceManagerGateway` should be enough to make the {{TaskExecutorToResourceManagerConnection}} reusable. -- This message was sent by Atlassian JIRA (v6.3.4#6332)