-
I am trying to connect to dynamoDB from the SiloHost. However, I end up getting the following error:
`System.Net.Http.HttpRequestException: No such host is known.
---> System.Net.Sockets.SocketEx…
-
Orleans currently loads the entire reminders table into memory on Silo startup, partitioning reminders across available silos in the cluster, regardless of the time that reminders are set for.
This c…
-
Hi,
I've attached a repo project here: https://github.com/abbottdev/orleans-aspire-repo
I'm unable to start the linked repository, I receive an start-up error I believe as the Aspire configurati…
-
Version 3.4.3.
```
siloBuilder
.UseConsulClustering(opt =>
{
opt.Address = new Uri(AppConfig.Orleans.ConsulUrl);
opt.AclClientToken = AppConfig.Orleans.AclClientT…
-
Hello,
Is it possible to define multiple clients for differnet clusters in one appdomain/servicecolletion.
Or another usecase we have localhost/inmemory orleans defined on IHost but want connect to …
-
Dear Orleans Team,
I hope this message finds you well.
**Problem description**-
- Orleans Version - 3.2.2/3.7.1
- Our software isn't deployed to the cloud
- We currently run a single service …
-
I had this issue with Redis clustering but I believe it may be more generic
**Steps to reproduce**:
1. Spin up a typical cluster with **non**-localhost clustering and let it operate for some time
…
-
I'm an Orleans newb and I'm trying to get grains to load as plugins. I suspect this was easy with 3.0 via ConfigureApplicationParts because you could explicitly tell it where to load an assembly from.…
-
Context:
Since we’ve migrated to the Orleans 7, we’ve experienced a few performance issues..
We are running orleans in kubernetes with kubernets hosting and clustering. But after the migration w…
-
Hello! I want to bring a little attention to placing an Orleans Dashboard behind an Application Gateway:
I've set up an Azure Application gateway pointing to an application that uses the Orleans da…