|
|
|
|
|
by troebr
695 days ago
|
|
They did use Temporal at Netflix, they gave a couple presentations 2 years ago. I think this is very much not-Temporal because it relies on a DSL instead of workflow as code. I don't know if it's a scale-thing, I'm not a workflow expert but this seems more in line with the map-reduce of yore, as in you get some big fat steps and you coordinate them, although you could have coarse-grained activities in Temporal workflows. I'd be curious to see what the tradeoffs are between the two and if they still have usages for Temporal. Maybe Maestro is better for less technical people? Latency? Scale? |
|
> I think this is very much not-Temporal because it relies on a DSL instead of workflow as code.
yup you get it. maestro defines things as json, which just inherently limits how you can write and test it with your normal app code