According to the Microsoft doc Grain Identity, I can get a singleton grain instance by using the key Guid.Empty
on the client.
Will this singleton grain instance be scoped globally, to the cluster, or to the silo?
According to the Microsoft doc Grain Identity, I can get a singleton grain instance by using the key Guid.Empty
on the client.
Will this singleton grain instance be scoped globally, to the cluster, or to the silo?
According to the official docs:
Meaning, you can specify where the Grains are placed when created/called.
You can read more here: https://learn.microsoft.com/en-us/dotnet/orleans/grains/grain-placement