missionary

2025-02-15T10:00:38.460559Z

Hi folks! What would be a most idiomatic way to separate one source flow by some parameter to N (unknown) flows that are running in parallel but each flow itself process items strictly sequencial and synchronous?

xificurC 2025-02-15T12:37:33.196269Z

m/group-by for the split, m/?> N to run N flows in parallel

👍 1