Hi,

Let's say we have multiple subtask chains and all of them are executing in
the same task manager slot (i.e. in the same JVM).
What's the point in serializing data between them?
Can it be disabled?

The reason I want keep different chains is that some subtasks should be
executed in parallel to each other.
Let's say I have tasks: A -> B
After task A pushed some data to task B I want task A to continue
processing without waiting for task B to finish.
What I'm talking about is a behavior of Akka Streams with disabled fusion.

Best regards,
Dmitry

Reply via email to