RethinkDB binding spec
The RethinkDB state store supports transactions which means it can be used to support Dapr actors. Dapr persists only the actor’s current state which doesn’t allow the users to track how actor’s state may have changed over time.
To setup RethinkDB statechange binding create a component of type . See on how to create and apply a binding configuration.
- Combine this binding with Dapr Pub/Sub to stream state changes to a topic
- How-To: Trigger application with input binding