Hi Padarn,
There is a configuration option “pipeline.max-parallelism”.
It is not a cluster wide configuration but client/job/pipeline side configuration which means you should bring this configuration from flink conf file to pipeline generation stage.
If I understand correctly, `flink-on-k8s-operator` uses `flink run`(I found this in `flinkcluster_submit_job_script.go`) to submit job to cluster. This command already cover the bridge work, so I think it should just work in your case.
Best,
Kezhu Wang
On February 28, 2021 at 16:45:03, Padarn Wilson ([hidden email]) wrote:
Hi all,
Sorry for the basic question, but is it possible to set max parallelism using the flink conf file, rather than explicitly in code: