dapr / dotnet-sdk

Dapr SDK for .NET
Apache License 2.0
1.12k stars 340 forks source link

Update handling of DAPR_GRPC_ENDPOINT #1254

Open artursouza opened 8 months ago

artursouza commented 8 months ago

The proposal was updated for better spec of DAPR_GRPC_ENDPOINT - previously it was simply copying the HTTP equivalent but now it has its own spec: https://github.com/dapr/proposals/blob/main/20230627-S-sidecar-endpoint-tls.md

This was already implemented in Python and JS SDKs and is part of an effort to bring them in sync with the proposal.