Christopher Bradford
Christopher Bradford
Currently, Saga state storage uses the default grain storage provider configured for Orleans. Using a named storage provider would allow for separate storage configuration, including potentially TTL configuration, which might...
When creating a subscription using server-side filtering, we have to choose between StreamFilter and EventTypeFilter in the SubscriptionFilterOptions. It would be good to support both, so I can do something...
**Describe the bug** Using .NET gRPC client v 23.0.0 and creating a persistent subscription to $all. When I call `CreateToAllAsync` when connecting to Event Store Cloud v 22.10.0.0, single node...
I created a minimal reproducible case for a significant change in behavior I'm seeing between Orleans 3.x and 7+; namely, a grain that awaits a call to itself via `this.AsReference`...