You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Describe the feature/proposal
Currently when calling the
connect
function on the daprClient
you must pass in an address. The .NET SDK allows this to be set using aDAPR_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.The text was updated successfully, but these errors were encountered: