php-sdk icon indicating copy to clipboard operation
php-sdk copied to clipboard

add support for statestore query API

Open dmitsh opened this issue 4 years ago • 2 comments
trafficstars

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

It should be available via the SDK

dmitsh avatar Nov 09 '21 19:11 dmitsh

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 avatar Dec 04 '21 08:12 withinboredom

@withinboredom , both MongoDB and CosmosDB have been added to integration and e2e tests for Query API: https://github.com/dapr/dapr/pull/3916

dmitsh avatar Dec 04 '21 17:12 dmitsh