Skip to content

Instantly share code, notes, and snippets.

View letaoj's full-sized avatar
:shipit:
Working from home

Letao Jiang letaoj

:shipit:
Working from home
View GitHub Profile
@letaoj
letaoj / restate.md
Created September 27, 2025 05:51
Comparison between Restate and Temporal

Restate vs Temporal: A Durable Execution Engine Comparison

What Worked Well in Both

✅ Durable Execution Actually Works

  • The core promise delivers: I could kill my application mid-execution and restart it
  • Both engines successfully resumed workflows exactly where they left off
  • No data loss or need to start over from scratch

Restate Experience