Stephan Ewen created FLINK-2657: ----------------------------------- Summary: 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)