You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note that RethinkDB does not support Etags or Transactions (for multiple items) and as such cannot be used as actor state store. I have just completed the work to make this component Beta, but have determined that Etags are not truly supported. Please do not use this component as actor state store. We will be updating the docs to make this clear.
In what area(s)?
/area runtime
What version of Dapr?
1.8
Expected Behavior
I am trying to use RethinkDb as my stateStore.
statestore.yaml in default users profile folder.
apiVersion: dapr.io/v1alpha1
kind: Component
metadata:
name: springBootState
spec:
type: state.rethinkdb
version: v1
metadata:
value: localhost:28015
value: test
value: "true"
Actual Behavior
Error is thrown.
panic: interface conversion: *rethinkdb.RethinkDB is not state.TransactionalStore: missing method Multi
Running Spring Boot application on Windows 10 Enterprise with RethinkDb running in Docker container.
I tried to use Redis and it works fine.
Steps to Reproduce the Problem
Use RethinkDb as your state store with the above configuration.
Release Note
RELEASE NOTE: FIX Bug in runtime.
RELEASE NOTE:
The text was updated successfully, but these errors were encountered: