Skip to content

DaprWorkflowClient and WorkflowRuntimeBuilder doesn't allow properties overrides #1112

@artur-ciocanu

Description

@artur-ciocanu

Expected Behavior

Developers should be able to override GRPC port, GRPC endpoint for DaprWorkflowClient and WorkflowRuntimeBuilder via properties override mechanism similar to this one #1097.

Actual Behavior

Currently it is impossible to override configurations like GRPC port, for workflow related classes unless we use System.setProperty() or env variables.

Steps to Reproduce the Problem

Check the code for DaprWorkflowClient and WorkflowRuntimeBuilder and see that there is no way to provide custom properties.

Release Note

RELEASE NOTE:

Metadata

Metadata

Assignees

Labels

kind/bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions