dapr / java-sdk

Dapr SDK for Java
Apache License 2.0
262 stars 207 forks source link

DaprWorkflowClient and WorkflowRuntimeBuilder doesn't allow properties overrides #1112

Closed artur-ciocanu closed 2 months ago

artur-ciocanu commented 2 months ago

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: