Documentation Index
Fetch the complete documentation index at: https://docs.restate.dev/llms.txt
Use this file to discover all available pages before exploring further.
Role-based Access Control
We are adding distinctions between admin, user, and viewer roles in Restate Cloud. This allows teams to separate permissions to implement simpler and stricter security controls.
Bring Your Own Cloud
Bring Your Own Cloud (BYOC) gives you managed Restate in your own AWS or GCP account, with Azure planned next.
It combines the advantages of fully managed Restate with the benefits of a local deployment, including data and infrastructure ownership, and comes with an attractive capacity-based pricing model.
BYOC is currently available in private access. Contact us to learn more.
Kafka Subscriptions
Restate Cloud will support creating Kafka Subscriptions, routing events in Kafka Topics to durable functions with exactly-once semantics (one event results in exactly one durable invocation; state changes triggered by the event happen exactly once).
Streaming for AWS Lambda, Vercel, Cloudflare Deployments
Unlike deployments that use HTTP/2 streaming endpoints, request/response targets such as AWS Lambda or Vercel currently require a sequence of invocations, often one per durable step. This increases latency and replay cost.
This feature establishes a side channel that enables bidirectional streaming communication for these services as well, reducing the performance gap to native streaming deployments.