Job graph

2023-08-30 Thread Nikolaos Paraskakis
Hello folks, I am trying to get the job graph of a running flink job. I want to use flink libraries. For now, I have the RestClusterClient and the job IDs. Tell me please how to get the job graph. Thank you.

Changing vertex parallelism

2023-07-03 Thread Nikolaos Paraskakis
Is there any way changing job vertex parallelism during runtime (downtime included)? For example, via REST API?