Hello I'm using Flink 1.5.0 version and Flink CLI to submit jar to flink cluster.
In flink 1.4.2 only job manager rpc address and job manager rpc port were sufficient for flink client to connect to job manager and submit the job. But in flink 1.5.0 the flink client additionally requires the rest.address and rest.port for submitting the job to job manager. What is the advantage of this new method over the 1.4.2 method of submitting job? Moreover if we make rest.port = -1 the web server will not be instantiated then how should we submit the job? Regards Sampath