Just wondering, is the intent behind the distributed execution for distributing tasks to be executed across a pool of nodes? is it possible to target tasks to identified nodes such as;
Task 1 -> Node 1
Task 2 -> Node 2
Task 3 -> Node 3
Results -> Master/Parent?
i could see where something like this would enable some interesting capabilities for distributed microservice architectures where each node performs a specific tasks.
Thanks!
Just wondering, is the intent behind the distributed execution for distributing tasks to be executed across a pool of nodes? is it possible to target tasks to identified nodes such as;
Task 1 -> Node 1
Task 2 -> Node 2
Task 3 -> Node 3
Results -> Master/Parent?
i could see where something like this would enable some interesting capabilities for distributed microservice architectures where each node performs a specific tasks.
Thanks!