-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Query all statenames from IActorStateManager because it does not behave as expected #53
Labels
Comments
37 tasks
amanbha
changed the title
Use Query all statenames api when implemented in Actions runtime.
Use Query all statenames api when implemented in Dapr runtime.
Oct 12, 2019
The features needed to implement this property were never added to the Dapr runtime. Since we can't really provide the right contract for this method, the best thing to do is to remove it to avoid confusion. We can revisit this based on feedback. |
rynowak
changed the title
Use Query all statenames api when implemented in Dapr runtime.
Remove Query all statenames from IActorStateManager because it does not behave as expected
Jan 8, 2021
rynowak
added a commit
that referenced
this issue
Jan 8, 2021
Fixes: #53 This API was intended to query the state store for all existing state entries for the actor. However support for this in the dapr runtime has not be implemented. We're removing this API to avoid confusion since it does not behave as expected. We can revisit this in the future based on feedback.
rynowak
added a commit
that referenced
this issue
Jan 11, 2021
Fixes: #53 This API was intended to query the state store for all existing state entries for the actor. However support for this in the dapr runtime has not be implemented. We're removing this API to avoid confusion since it does not behave as expected. We can revisit this in the future based on feedback.
vinayada1
pushed a commit
that referenced
this issue
Jan 11, 2021
Fixes: #53 This API was intended to query the state store for all existing state entries for the actor. However support for this in the dapr runtime has not be implemented. We're removing this API to avoid confusion since it does not behave as expected. We can revisit this in the future based on feedback.
vinayada1
pushed a commit
that referenced
this issue
Jan 13, 2021
Fixes: #53 This API was intended to query the state store for all existing state entries for the actor. However support for this in the dapr runtime has not be implemented. We're removing this API to avoid confusion since it does not behave as expected. We can revisit this in the future based on feedback.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
need support from runtime dapr/dapr#27
The text was updated successfully, but these errors were encountered: