Dapr Actors

  • hosted_by: @marc-duiker

  • example: Dapr Actor Demos

  • use workflows instead for long-running processes

  • turn-based access model

  • idea: maybe the actor is the companion/sidecar to the agent

  • virtual actor: not tied to in-memory representation

  • timers are stateless (lost after actor deactivation)

  • reminders are stateful (persists after deactivation, will rehydrate actor)

Actors API


Backlinks