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<String> REST_ADDRESS = key("rest.address") - .defaultValue("localhost") + .defaultValue("0.0.0.0") --- End diff -- yes you can close it
---