Data Flow should run on different nodes
Hi,
I have a cluster of two nodes and both are declared to run data flows. But if I start one with Dataflow-Executed it is only started on one node. How can I distribute the data flow, that it is running on more than one node?
Background: I want to test Kafka interface and if two nodes processes Kafka Messages twice, which is not wanted.
Thanks, Andre