-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DaprWorkflowClient doesn't use specified ports #66
Comments
Hi, appreciate this is an issue. Have started looking at it now. I agree first step is to at the very least respect the I'll have a think next about how we can maybe do something better in the bootstrap/startup of Sidekick. It's a bit challenging when it's all in the same I've also read through the #workflow thread on Discord and seen the challenges you've been facing. Just want to say thank you so much for persevering with Sidekick! |
Expected Behavior
To be able to use the DaprWorkflowClient with DaprSidekick.
Actual Behavior
The DaprWorkflowClient is created during initialisation (unlike the DaprClient which is created on first use). This means that it looks for the
DAPR_GRPC_PORT
andDAPR_HTTP_PORT
environment variables. These env vars haven't been set yet though because they're only set when sidekick starts the sidecar. Perhaps the env vars could be set earlier?Steps to Reproduce the Problem
Use Dapr Workflows and Sidekick with a non-default HTTP and GRPC sidecar port numbers.
Release Note
RELEASE NOTE:
The text was updated successfully, but these errors were encountered: