Update actor-reminders-partitions.md

This commit is contained in:
Artur Souza 2021-07-21 17:51:27 -07:00 committed by GitHub
parent 43b0bbfdb5
commit 92aff99267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -93,4 +93,6 @@ For production scenarios, there are some points to be considered before enabling
* Enabling actor type metadata can only be reverted if the number of partitions remains zero, otherwise the reminders' set will be reverted to an previous state.
* Number of partitions can only be increased and not decreased. This allows Dapr to automatically redistribute the data on a rolling restart where one or more partition configurations might be active.
* This feature is in preview, so the Dapr team is collecting feedback on its correctness and performance prior to enabling it by default.
### Related links
* [Actor reminder partitioning community call video](https://youtu.be/ZwFOEUYe1WA?t=1493)