dapr / php-sdk

Dapr SDK for PHP
Apache License 2.0
72 stars 15 forks source link

add support for statestore query API #120

Open dmitsh opened 2 years ago

dmitsh commented 2 years ago

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

It should be available via the SDK

withinboredom commented 2 years ago

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.

dmitsh commented 2 years ago

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