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_r255054609
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/rest/RestServerEndpointConfiguration.java
##########
@@ -62,18 +62,17 @@
private RestServerEndpointConfiguration(
final String restAddress,
@Nullable String restBindAddress,
- int restBindPort,
+ String restBindPort,
Review comment:
rename to `restBindPortRange`
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services