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

[jira] [Commented] (FLINK-2657) Fix WebClient and CLI interaction

    [ https://issues.apache.org/jira/browse/FLINK-2657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14739118#comment-14739118 ] 

Matthias J. Sax commented on FLINK-2657:
----------------------------------------

I think this should be merged with FLINK-2370 ?

> Fix WebClient and CLI interaction
> ---------------------------------
>
>                 Key: FLINK-2657
>                 URL: https://issues.apache.org/jira/browse/FLINK-2657
>             Project: Flink
>          Issue Type: Bug
>          Components: Web Client
>    Affects Versions: 0.10
>            Reporter: Stephan Ewen
>
> The way that the web client and CLI interact is not a good design. The web client puts a static variable into the CLI to alter its behavior towards its needs.
> This is a typical case of no proper separation of concerns.
> The shared behavior should go into utility classes, or a common abstract superclass, and the CLI frontend and the web client should not be tightly intermingled.



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