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 ConfigOption<String> REST_ADDRESS = key("rest.address") - .defaultValue("localhost") + .defaultValue("0.0.0.0") --- End diff -- Can I close this PR?
---