'How does PreferLocalPlacement works in Orleans
The doc does not explain clearly. I suppose PreferLocalPlacement works in this way:
When client(out of cluster) sends a request to a grain marked as PreferLocalPlacement, it chooses a random silo server it knows, and sends the request there.
When the silo server receives the request, it determines if grain with the specified identity was already activated. If not, the grain is activated automatically in this silo.
Thus, each silo server can have max 1 activation of this grain type per an identity.
Do I get it right? Thanks in advance
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
