Skip to content

Commit

Permalink
remove examples section
Browse files Browse the repository at this point in the history
Signed-off-by: Hannah Hunter <[email protected]>
  • Loading branch information
hhunter-ms committed Jun 12, 2024
1 parent a9c8f93 commit 0ab817d
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ Namespaced actors use the multi-tenant placement service. With this service, in

In order for multiple tenants to have actor types and/or IDs with the same name, every namespace should have its own state store. Otherwise, apps in different namespaces with the same actor type and/or ID may overwrite each other's data in the state store.

## Example

In the following example...

<!-- need example? ok to use from placement API? -->

## Migrating data to a new namespace

If you're moving to a new namespace and starting to use a new state store, make sure you migrate your data.

## Backwards compatibilty
Expand Down

0 comments on commit 0ab817d

Please sign in to comment.