java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

DaprClientProperties don't have defaults set

Open salaboy opened this issue 3 months ago • 0 comments

Expected Behavior

When starting a Spring Boot application without setting DaprClientProperties, these should be instantiated with the default Dapr values.

Http Endpoint should be: "http://localhost" by default if not overriden GRPC Endpoint should be: "localhost" by default if not overriden HTTP port should be: 3500 GRPC port should be: 50001 API token should be: null (unless specified)

Actual Behavior

Properties instanciated with empty values for http and grpc endpoints and ports.

Steps to Reproduce the Problem

Release Note

RELEASE NOTE:

salaboy avatar Sep 30 '25 12:09 salaboy