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.
Create the following YAML file and save this to the directory in your application directory. (Use the flag with to point to your custom components dir)