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

[jira] [Created] (FLINK-11081) Support binding port range for REST server

Till Rohrmann created FLINK-11081:
-------------------------------------

             Summary: Support binding port range for REST server
                 Key: FLINK-11081
                 URL: https://issues.apache.org/jira/browse/FLINK-11081
             Project: Flink
          Issue Type: Improvement
          Components: REST
    Affects Versions: 1.7.0, 1.8.0
            Reporter: Till Rohrmann


Currently the {{RestServerEndpoint}} binds to the port specified by {{RestOptions#PORT}}. {{PORT}} is of type integer. Sometimes, it would be useful to being able to specify not only a single port but a port range to pick a port from. Therefore, I propose to add similar to {{RestOptions#BIND_ADDRESS}} another option {{RestOptions#BIND_PORT}} which allows to specify a port range for the {{RestServerEndpoint}} to pick a port from. {{RestOptions#PORT}} would then only be used by the client to connect to the started {{RestServerEndpoint}}.



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