php-sdk
php-sdk copied to clipboard
add support for Configuration API
trafficstars
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.
This is only supported via GRPC, so it can't be supported by the PHP SDK until available via HTTP and GRPC.
An http API is now added in the v1.8 release.
Woohoo!