Open
Description
Describe the feature/proposal
Currently when calling the connect
function on the dapr Client
you must pass in an address. The .NET SDK allows this to be set using a DAPR_HOST
environment variable. Add the same functionality in the Rust client.
I'm happy contribute to the SDK to add this feature.
Release Note
RELEASE NOTE: ADD Allow Dapr host to be set from DAPR_HOST
environment variable.
Activity