Nussknacker and Flink Parallelism Configuration #4909
-
Hello team, I'm a newcomer to the Nussknacker tool. I've managed to create a basic Kafka producer-consumer workflow and deployed it in Apache Flink version 1.16.2 using Nussknacker. My question pertains to how we can manage the parallelism of individual tasks within a Flink job. Currently, I've observed that all tasks in the Flink job have the same parallelism value of one. Can you please guide me on how to configure the parallelism for individual tasks within a Flink job using Nussknacker? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hello @arjun-guptha . Parallelism can be set in scenario properties. You can get there by clicking the button on the right panel inside the diagram editor. Here: https://demo.nussknacker.io/visualization/DetectLargeTransactions?nodeId=DetectLargeTransactions you can see the window with available options. Does this answer your question? |
Beta Was this translation helpful? Give feedback.
You're right. We have such a limitation that parallelism can be configured only for the entire scenario. If you find this limitation annoying, you can submit a feature request for having the parallelism configurable for each node.