Update gRPC client used in SDK #1430
Labels
area/client
good first issue
Good for newcomers
help wanted
Extra attention is needed
kind/enhancement
New feature or request
Milestone
Describe the feature
Per the blog post here the gRPC library used in the SDK has been deprecated in favor of a modern version that is fully C#-based instead of an interop wrapper around a C library. The transition to this new SDK should be performed as part of the v1.16 release.
The various options are available in this GitHub repo and I'm tentatively thinking we should opt to use Grpc.Net.ClientFactory as the various client builders use
IHttpClientFactory
under the hood as of the v1.15 release.Release Note
RELEASE NOTE: UPDATE Update gRPC dependency used in all Dapr clients
The text was updated successfully, but these errors were encountered: