You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2018/05/10 11:51:00 UTC

[jira] [Closed] (FLINK-9179) Deduplicate WebOptions.PORT and RestOptions.REST_PORT

     [ https://issues.apache.org/jira/browse/FLINK-9179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler closed FLINK-9179.
-----------------------------------
    Resolution: Fixed

master: 3474dbb4b28d093796e6945994c8fe7c1241b53c
1.5: 8e0b5aaa551d61b4f4e350893a217d35eda79fcc

> Deduplicate WebOptions.PORT and RestOptions.REST_PORT
> -----------------------------------------------------
>
>                 Key: FLINK-9179
>                 URL: https://issues.apache.org/jira/browse/FLINK-9179
>             Project: Flink
>          Issue Type: Improvement
>          Components: Configuration, REST, Webfrontend
>    Affects Versions: 1.5.0
>            Reporter: Chesnay Schepler
>            Assignee: mingleizhang
>            Priority: Blocker
>             Fix For: 1.5.0
>
>
> In the past {{WebOptions.PORT}} was used to configure the port on which the WebUI listens on. With the rework of the REST API we added a new configuration key {{RestOptions.REST_PORT}} to specify on which port the REST API listens on.
> Effectively these 2 options control the same thing, with the rest option being broader and also applicable to components with a REST API but no WebUI.
> I suggest to deprecate WebOptions.PORT, and add a deprecated key to {{RestOptions.REST_PORT}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)