-
@wentaowu and I are planning to add more query functionality beyond what's in http://github.com/OrleansContrib/Orleans.Indexing . We'd welcome recommendations for high-priority additions, e.g., ones y…
-
-
This is a proposal based on the discussion in #2542 and #2569.
The original assumption about 'outsourcing' cluster membership to external providers like SF and Docker orchestration managers was tha…
-
We are trying to migrate to Orleans 7.2.2 from 3.x. We are using kubernetes while using consul for clustering on a Linux container.
When performing a rolling deploy we are noticing that silos / pods …
-
_**This is a DRAFT**_
# Summary
This proposal is a high-level design for Reminders V2 that will allow the utmost flexibility in Reminders.
# Reminder Middleware
The concept of Reminder Mid…
-
I noticed 2 different (bad) behaviors depending on the configured `StreamInactivityPeriod` and `StreamCacheEvictionOptions`, one of which results in lost messages and the other results in duplicate ev…
-
### Is your feature request related to a problem? Please describe.
I'm trying to override the Authorization scheme for C# SignalR Client e.g. not `Bearer`, however its doesn't seems possible as it se…
-
Hello all,
Context:
- Orleans 3.0.0
- Stream using SMS
- Grain storage using ado.net on MySql, used only for SMS, we have no persistent grain.
Issue:
Our grains get activated from external s…
-
On #2194, @zooko wrote:
> I am a huge fan of sqlite and would happily give my :+1: to using that. It has a long track record of reliability in many deployments, [their test policy](https://www.sqlite…
-
Hi,
I've ran into this situation many times before.
I have grains that sometimes I need to update their state, but only if they're active.
These grains are heavy to activate since they're doin…