rkargMsft
rkargMsft
@ReubenBond Are the failing dotnet.orleans Azure Pipelines checks something that I need to address? It looks like it's running on Windows and there aren't any Cassandra container images for Windows.
@ReubenBond @benjaminpetit Can we get CassandraCSharpDriver vetted for inclusion in dotnet-public? It's Apache 2 licensed: https://www.nuget.org/packages/CassandraCSharpDriver
If you could point out the examples for tracing using just `Microsoft.Orleans` (no `*` or `Runtime`/`Appication`), then those can get corrected.
We use Orleans for holding session affinity state and rate limiting state. It could similarly be used for health state. It would require some db or object storage for Orleans...
I'm not sure that Orleans can know that it didn't already get triggered somewhere else and it just got rescheduled after a successful run (it doesn't have a history of...
If we're considering changing interfaces then it would also be a good time to add the "Just get Reminders that are going to be due soon" for some value of...
Looks like there's a PR for this waiting on review: https://github.com/OrleansContrib/SignalR.Orleans/pull/162
Having it as an opt-in option would be fine. Maybe allow the default to be set in config (with the default config setting the default to no-clock-skew-adjustment to maintain current...
Sorry, missed the notification about your comment. UI-side option makes sense. I'll get that issue created.
I'm not clear what the use case is. What's the purpose of storing the state if you're not pulling it to see if it already exists when reactivating a grain?