restate
Solving durable execution’s immutability problem
The hardest problem in durable execution, as in many areas of infrastructure, is safe updates.
Graceful cancellations: How to keep your application and workflow state consistent 💪
With graceful cancellations, it is now possible to stop service invocations and workflows while keeping the overall application state consistent.
Release announcement: Restate 0.7 is here 🎉
The 0.7 release of Restate ships great new features such as the Restate CLI, one-click project templates, invocation cancellations, one-click cloud deployment, new ways to install Restate, and much more.
Announcing the Restate Java SDK
The new Restate Java SDK is out, to build resilient apps in Java and Kotlin..
We replaced 400 lines of StepFunctions ASL with 40 lines of TypeScript by making Lambdas suspendable
We show you a new way to build complex business processes on AWS Lambda, where you can do everything with sequential code and service-style RPCs, no workflow DSL or plumbing events.
Restate + Kafka = Event-driven apps, where event-driven is an implementation detail
Restate can now subscribe to Kafka topics and invoke services for incoming messages.