yanghua commented on a change in pull request #7263: [FLINK-11081] Support 
binding port range for REST server
URL: https://github.com/apache/flink/pull/7263#discussion_r241074645
 
 

 ##########
 File path: 
flink-core/src/main/java/org/apache/flink/configuration/RestOptions.java
 ##########
 @@ -37,6 +37,17 @@
                        .withDeprecatedKeys(WebOptions.ADDRESS.key(), 
ConfigConstants.DEFAULT_JOB_MANAGER_WEB_FRONTEND_ADDRESS.key())
                        .withDescription("The address that the server binds 
itself.");
 
+       /**
+        * The port range that the server could bind itself to.
+        */
+       public static final ConfigOption<String> BIND_PORT =
+               key("rest.bind-port")
 
 Review comment:
   You are right.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to