dapr run
doesn't allow you to configure placement-port
#705
Labels
Milestone
dapr run
doesn't allow you to configure placement-port
#705
We recently moved from calling daprd to calling dapr run in
tye
, but it seems like dapr run doesn't allow configuration of the placement port. The property--placement-host-address
only allows you to specify the hostname, not port, and always hard codes the dapr port to 6050:cli/pkg/standalone/run.go
Line 103 in 7c1c2c2
I believe with daprd, we could specify the placement port accordingly in the address: dotnet/tye@3d3164c#diff-8a42fb4a9136d7ed44f58051cf0df30b94f2e6cba21d1c0b2919d56295b6b331. This seems like a regression.
The text was updated successfully, but these errors were encountered: