StefanRRichter commented on a change in pull request #6767: [FLINK-10436] Example config uses deprecated key jobmanager.rpc.address URL: https://github.com/apache/flink/pull/6767#discussion_r220608342
########## File path: flink-dist/src/main/resources/flink-conf.yaml ########## @@ -30,7 +30,7 @@ # automatically configure the host name based on the hostname of the node where the # JobManager runs. -jobmanager.rpc.address: localhost +rest.address: localhost Review comment: Wouldn't it make sense to also change `jobmanager.rpc.port` to `rest.port`? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
