Re: setParallelism() for addSource() in streaming

Posted by Jonas Gröger on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/setParallelism-for-addSource-in-streaming-tp11343p11356.html

env.setParallelism(5).addSource(???) will set the default parallelism for this Job to 5 and then add the source.