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

add support for Configuration API

Open dmitsh opened this issue 3 years ago • 3 comments
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.

dmitsh avatar Nov 23 '21 22:11 dmitsh

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

withinboredom avatar Dec 04 '21 08:12 withinboredom

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

msfussell avatar Jun 08 '22 22:06 msfussell

Woohoo!

withinboredom avatar Jun 09 '22 00:06 withinboredom