You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2015/07/16 18:26:05 UTC

[jira] [Created] (FLINK-2370) Unify Client Code

Matthias J. Sax created FLINK-2370:
--------------------------------------

             Summary: Unify Client Code
                 Key: FLINK-2370
                 URL: https://issues.apache.org/jira/browse/FLINK-2370
             Project: Flink
          Issue Type: Improvement
            Reporter: Matthias J. Sax
            Assignee: Matthias J. Sax


Right now client code that send commands to JobManager is spread over multiple classes resulting in code duplication. Furthermore, each client offers a different sub-set of available commands.

The idea is to use Client.java as a central class, that provides all available command that the JobManager can handle. All other client use Client.java internally.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)