dapr / php-sdk

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

add support for Configuration API #122

Open dmitsh opened 2 years ago

dmitsh commented 2 years ago

The Configuration API feature has been implemented in Dapr runtime: https://github.com/dapr/dapr/pull/3606 It needs to be accessible via the SDK.

withinboredom commented 2 years ago

This is only supported via GRPC, so it can't be supported by the PHP SDK until available via HTTP and GRPC.

msfussell commented 2 years ago

An http API is now added in the v1.8 release.

withinboredom commented 2 years ago

Woohoo!