You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2017/02/21 11:56:44 UTC

[jira] [Created] (FLINK-5870) Make handlers aware of their REST URLs

Chesnay Schepler created FLINK-5870:
---------------------------------------

             Summary: Make handlers aware of their REST URLs
                 Key: FLINK-5870
                 URL: https://issues.apache.org/jira/browse/FLINK-5870
             Project: Flink
          Issue Type: Improvement
          Components: Webfrontend
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.3.0


The handlers in the WebRuntimeMonitor are currently unaware of the actual REST URL used. The handlers are simply registered under a given URL, without any guarantee that the handler can actually deal with that URL.

I propose to let handlers themselves specify under which URL's they are supposed to be reachable. This provides are tighter coupling between URL and handler.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)