Hi, I was trying to run my program in the flink web environment (the local one) when I run it I get the graph of the planned execution but in each node there is a "parallelism = 1”, instead i think it runs with par = 8 (8 core, i always get 8 output)
what does that mean? is that wrong or is it really running with 1 degree of par? just a note: I never do any setParallelism() command, i leave it automatical thanks Best Michele