You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2017/07/03 21:29:00 UTC

[jira] [Created] (FLINK-7071) Create RESTful client

Till Rohrmann created FLINK-7071:
------------------------------------

             Summary: Create RESTful client
                 Key: FLINK-7071
                 URL: https://issues.apache.org/jira/browse/FLINK-7071
             Project: Flink
          Issue Type: Sub-task
          Components: Client
            Reporter: Till Rohrmann


In order to communicate with the REST endpoint on the Flink cluster, we have to implement a REST client with which we can communicate with the cluster.

The basic operations like submit job, list jobs, lookup job leader, etc. should be straight forward to implement.

If we decide to use web sockets for running long lasting operations (e.g. subscribing to the stream of job execution notifications), then we also have to enable the client to do so.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)