You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/12/12 13:33:32 UTC

[GitHub] zentol commented on a change in pull request #7263: [FLINK-11081] Support binding port range for REST server

zentol 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_r241013320
 
 

 ##########
 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:
   this _must_ use `rest-port` as a deprecated key

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services