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 #777

Closed
dmitsh opened this issue Nov 9, 2021 · 0 comments · Fixed by #810
Closed

add support for statestore query API #777

dmitsh opened this issue Nov 9, 2021 · 0 comments · Fixed by #810
Assignees
Milestone

Comments

@dmitsh
Copy link
Contributor

dmitsh commented Nov 9, 2021

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

It should be available via the SDK

@halspang halspang added this to the v1.6 milestone Nov 12, 2021
@halspang halspang mentioned this issue Dec 10, 2021
3 tasks
@halspang halspang self-assigned this Dec 20, 2021
@halspang halspang mentioned this issue Jan 6, 2022
3 tasks
halspang added a commit to halspang/dotnet-sdk that referenced this issue Jan 13, 2022
This commit adds methods to the DaprClient to call the new Query API.
Currently, a raw query string is provided to the API. The API is
still in the alpha stage which may cause shifts in how the API works.
This should not effect how the SDK exposes the call, but may change
the underlying semantics.

dapr#777

Signed-off-by: Hal Spang <halspang@microsoft.com>
halspang added a commit that referenced this issue Jan 13, 2022
This commit adds methods to the DaprClient to call the new Query API.
Currently, a raw query string is provided to the API. The API is
still in the alpha stage which may cause shifts in how the API works.
This should not effect how the SDK exposes the call, but may change
the underlying semantics.

#777

Signed-off-by: Hal Spang <halspang@microsoft.com>

Co-authored-by: Ryan Nowak <nowakra@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants