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

Add GRPC client

Open withinboredom opened this issue 4 years ago • 3 comments
trafficstars

Describe the feature

Dapr supports GPRC which the PHP SDK could benefit from.

Release Note

RELEASE NOTE: ADD GPRC client

withinboredom avatar Jan 29 '21 16:01 withinboredom

Currently waiting for 1.36 to be released of grpc/grpc, though I do have a functioning local branch that uses 1.35. gRPC is going to be interesting and increases the test surface area considerably.

It appears you'd have to have the grpc/protobuf extensions installed even if you want to only use the REST API of Dapr which is disappointing. I'm hoping to figure out some way around that, likely by providing a separate package.

withinboredom avatar Feb 27 '21 20:02 withinboredom

Looking for this GRPC feature

litan1106 avatar Mar 25 '21 17:03 litan1106

It's coming @litan1106, this is my highest priority item and I'd like to see it ready for production by the end of May.

withinboredom avatar Mar 26 '21 11:03 withinboredom