Skip to content
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

add support for statestore query API #120

Open
dmitsh opened this issue Nov 9, 2021 · 2 comments
Open

add support for statestore query API #120

dmitsh opened this issue Nov 9, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request enhancement-runtime-dependency New feature or request due to a runtime feature
Milestone

Comments

@dmitsh
Copy link

dmitsh commented Nov 9, 2021

This feature is implemented in dapr runtime: dapr/dapr#3662

It should be available via the SDK

@withinboredom withinboredom added the enhancement New feature or request label Dec 4, 2021
@withinboredom withinboredom added this to the 1.3 milestone Dec 4, 2021
@withinboredom
Copy link
Contributor

It looks like only Mongo supports the query API. Right now, integration tests are using Redis under the hood, so until that is a supported queryable state store, this won't be implemented.

@withinboredom withinboredom added the wontfix This will not be worked on label Dec 4, 2021
@dmitsh
Copy link
Author

dmitsh commented Dec 4, 2021

@withinboredom , both MongoDB and CosmosDB have been added to integration and e2e tests for Query API:
dapr/dapr#3916

@withinboredom withinboredom removed the wontfix This will not be worked on label Apr 11, 2022
@msfussell msfussell added the enhancement-runtime-dependency New feature or request due to a runtime feature label Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request enhancement-runtime-dependency New feature or request due to a runtime feature
Projects
None yet
Development

No branches or pull requests

3 participants