window wsl 无法访问flink webui
https://blog.csdn.net/weixin_38988171/article/details/126012785
修改flink配置文件
rest.bind-address: localhost
为
rest.bind-address: 0.0.0.0
https://blog.csdn.net/weixin_38988171/article/details/126012785
修改flink配置文件
rest.bind-address: localhost
为
rest.bind-address: 0.0.0.0