Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Done
-
None
-
None
Description
In order to communicate from the client with a running JobManager we have to provide a RESTful endpoint for job specific operations. These operations are:
- Cancel job (PUT): Cancel the given job
- Stop job (PUT): Stops the given job
- Take savepoint (POST): Take savepoint for given job (How to return the savepoint under which the savepoint was stored? Maybe always having to specify a path)
- Poll/Subscribe to notifications
The REST JobManager endpoint should also serve the information required for the web ui.
Attachments
Attachments
Issue Links
- is a parent of
-
FLINK-7040 Flip-6 client-cluster communication
- Closed