Update daprdocs/content/en/concepts/dapr-services/placement.md

Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
Signed-off-by: Alexander Trauzzi <acj@trauzzi.me>
This commit is contained in:
Alexander Trauzzi 2025-07-25 14:03:24 -05:00 committed by GitHub
parent 88aa8ba02b
commit 0e833c8607
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ The Placement service can be disabled with the following setting:
global.actors.enabled=false
```
Keep in mind that this will not only disable actors, but also prevent workflows from working.
Keep in mind that this will not only disable the Actors API, but also disable the Workflow API, given that workflows are powered by actors. That this setting only applies in Kubernetes mode, however initializing Dapr with `--slim` excludes the Placement service from being deployed in self-hosted mode.
Also note that this setting does not apply when running dapr in self-hosted mode.