[GitHub] flink pull request #5632: [FLINK-8843][REST] Decouple bind REST address from...

2018-03-16 Thread yanghua
Github user yanghua closed the pull request at: https://github.com/apache/flink/pull/5632 ---

[GitHub] flink pull request #5632: [FLINK-8843][REST] Decouple bind REST address from...

2018-03-16 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5632#discussion_r175192336 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/RestOptions.java --- @@ -33,7 +33,7 @@ */ public static final ConfigOption

[GitHub] flink pull request #5632: [FLINK-8843][REST] Decouple bind REST address from...

2018-03-16 Thread yanghua
Github user yanghua commented on a diff in the pull request: https://github.com/apache/flink/pull/5632#discussion_r175073202 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/RestOptions.java --- @@ -33,7 +33,7 @@ */ public static final

[GitHub] flink pull request #5632: [FLINK-8843][REST] Decouple bind REST address from...

2018-03-16 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5632#discussion_r175072436 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/RestOptions.java --- @@ -33,7 +33,7 @@ */ public static final ConfigOption

[GitHub] flink pull request #5632: [FLINK-8843][REST] Decouple bind REST address from...

2018-03-04 Thread yanghua
GitHub user yanghua opened a pull request: https://github.com/apache/flink/pull/5632 [FLINK-8843][REST] Decouple bind REST address from advertised address ## What is the purpose of the change *This pull request decouples bind REST address from advertised address*