Best way to streaming data between activities in Temporal

Hi @Hung_Nguyen

for this

You can start both activities in the same process and connect them through an in memory stream.

Thanks, but it seems we cannot share the workloads to multiple worker if follow this approach :thinking:

you can use the worker-specific task queue approach.

Antonio