-
In this documentation (https://learn.microsoft.com/en-us/dotnet/orleans/host/heterogeneous-silos), it says that
> All silos should reference interfaces of all grain types of the cluster, but grain …
-
In a proto.actor cluster, if I want to implement a gateway layer for WebSocket connections to enable clients to initiate requests to the cluster and allow the cluster to push messages to clients, are …
-
### The Problem
Currently within orleans there doesn't seem to be a standard way to handle authorization in orleans. I stumbled across this interesting library [https://github.com/Async-Hub/Orleans.S…
-
I am attempting to start clustering on Orleans and get the error that the "CleanupDefunctSiloEntriesKey" entry is missing. Looking at the original PR that added the entries (#7928), the key for insert…
-
The provider should have an option to _automagically_ expose the Gateway/Proxy port when a silo has the Gateway installed (i.e. when `siloEntry.ProxyPort > 0`). That would open the Orleans cluster to …
-
### What should we add or change to make your life better?
YARP can do active health checks against backend servers to make sure that they are able to respond successfully to requests. In the case …
-
I use Orleans client with AdoNet clustering to query some data within an outer `TransactionScope` (which is used to run SQL commands against different database).
This leads to Orleans clustering c…
-
HI.
We occasionally encounter issues with Silo hanging, where it stops responding to connections from other silos and clients.
During the analysis of a memory dump taken from the hung process, w…
-
Hi,
when stopping a primary silo (I have only two silos in my test) the execution hangs in `Silo.Terminate` method in step 9 (closing stream providers). This happens only when I use persistent stre…
-
Hello,
I have an Orleans cluster set up with 2 grain defined, one that uses Redis as a grain directory and another that uses the distributed memory one. For simplicity, I'll call them `RedisGrain` …