dotnet/orleans

Lazy load with IPersistentState

Open

#6,088 opened on Nov 4, 2019

View on GitHub
 (4 comments) (7 reactions) (1 assignee)C# (10,777 stars) (2,123 forks)batch import
help wanted

Description

There are a lot use cases when lazy load is preffered way to load the grain state. Will be very helpfull to have ability to configure the using of IPersistentState with lazy manner. Maybe to define new interface IDefferPersistentState or ILazyPersistentState

Contributor guide