Hacker News new | ask | show | jobs
by sewen 505 days ago
Temporal is related, but I would say it is a subset of this.

If you only consider appending results of steps of a handler, then you have something like Temporal.

This here uses the log also for RPC between services, for state that outlives an individual handler execution (state that outlives a workflow, in Temporal's terms).

1 comments

That makes a lot of sense, thank you! Extending out to other operations and not just event handlers/workflows would be neat.