Elliot Newnham
Elliot Newnham
Here is a helper extension method we are using ```cs public static T AddPersistentState( this TestKitSilo silo, T state ) { var mockState = new Mock( ); mockState.SetupGet( o =>...
What I'm doing is mitigating the problem which is the PubSubRendezvousGrain. It is my bottleneck when activating thousands of grains concurrently. There are 2 main scaling problems with the current...
I see you're using redis already. that'd make the "rememberer" even faster. However be ready during disaster-recovery to fully clean out redis of all orleans streams stuff.