dapr / dotnet-sdk

Dapr SDK for .NET
Apache License 2.0
1.11k stars 337 forks source link

Support domain socket #739

Open daixiang0 opened 3 years ago

daixiang0 commented 3 years ago

Describe the proposal

Ref https://github.com/dapr/dapr/issues/2864

Release Note

RELEASE NOTE: ADD support domain socket.

rynowak commented 3 years ago

We'll do this or accept a PR for it once it is supported in the Dapr runtime.

daixiang0 commented 3 years ago

@rynowak thanks, runtime has supported it as https://github.com/dapr/dapr/pull/3529

yash-nisar commented 1 year ago

https://learn.microsoft.com/en-us/aspnet/core/grpc/interprocess?view=aspnetcore-5.0

yash-nisar commented 1 year ago

/assign

yash-nisar commented 1 year ago

Note that this cannot be done until we upgrade the .NET version to 5+ in the Dapr.Client library: https://github.com/grpc/grpc-dotnet/issues/663#issuecomment-555088538 and we currently support 3.1: https://github.com/dapr/dotnet-sdk/blob/master/src/Dapr.Client/Dapr.Client.csproj#L4

yash-nisar commented 1 year ago

Depends on https://github.com/dapr/dotnet-sdk/issues/1036