Github user shuai-xu commented on the issue:
https://github.com/apache/flink/pull/5190
@tillrohrmann @EronWright , this make it more clear, but seems not solve
the problem completely. Since we need to set RestOptions#ADDRESS to the address
of a rest server so the client can access the rest server. But we get 0.0.0.0
from getRestAddress of the rest server if let the rest server bind to
RestOptions#BIND_ADDRESS with 0.0.0.0 unless we add another method to the rest
server which can get the advertised address.
---