This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
Multiple resource paths on dapr 11 - components-path has been deprecated #1603
Labels
bug
Something isn't working
Hi,
Starting from dapr version 11 we have new feature - support multiple resource paths. Now you can provide multiple resource paths. Example: dapr run --resources-path ./mycomponents --resources-path ./mysubscriptions
After run tye we get message on dapr:
":/dapr/dapr.exe run --app-id core --dapr-grpc-port 50119 --dapr-http-port 50120 --metrics-port 50121 --app-port 5000 --components-path ../.kubernetes/tye/ --log-level debug
[core-dapr_d3fa3ee8-2]: Flag --components-path has been deprecated, This flag is deprecated and will be removed in the future releases. Use "resources-path" flag instead"
When "resources-path" will be available on tye?
The text was updated successfully, but these errors were encountered: