autophagy opened a new pull request #103: URL: https://github.com/apache/flink-docker/pull/103
With FLINK-24474, we are going to bind the RPC endpoints to localhost by default as a security precaution. This PR adds to the dockerfile to update this default setting to bind to 0.0.0.0, so that Flink binds the RPC endpoints to a network interface within the container, so that it can communicate with the Docker network layer. This is done within the Dockerfile and not the docker-entrypoint.sh due to FLINK-21383. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
